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
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...