Invalid document structure: Attribute "metadata" has invalid type. Value must be a valid string
- 1
- Self Hosted
Have you ever had any other version of Appwrite installed?
Where are you seeing that metadata error?
No only this one
After uploading a file progress stops at some point and then when clicking on create a file in the storage tab it shows the error at the top.
I can get a screenshot if that helps
Stops? It might have still been uploading 🧐
Maybe you can try uploading again after opening the browser dev tools and looking at the network tab
I left the file uploading overnight yesterday and came back to it stuck at 50%, I'll try to see if theres anything there that gives more info. If not I suppose I'll just try with the SDK instead.
Interesting....
I have it uploading again, I'll reply back with what it shows in the network tab
getting screenshot for the 400
Let me know 🙌
I’ve had success uploading other smaller zip files, largest one was about 500mb. I will try with a different larger zip and see if it’s the same.
You're using a 3rd party storage provider?
Digital ocean yes
Could be a DO issue?
Nah, looks like a bug... Would you be able to create a GitHub issue?
Haven't done one before but I can give it a go
form looks simple enough, should be no problem.
Just make sure to include that your using a 3rd party provider and it's a big file
gotcha
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...