appwrite.exception.AppwriteException: Invalid document structure: Attribute "image" has invalid format. Value must be a valid URL
This happens while updating the document with some other attribute but i wonder why am i able to create this document in the first place if the URL format is wrong?
https://i0.wp.com/anitrendz.net/news/wp-content/uploads/2023/09/★milet_Anytime-Anywhere_cover-art.jpg?resize=300%2C300&ssl=1 this is the URL
i think this ★ is the problem
I think you're right
Did you create the document in an older version?
nope
created yesterday in 1.4.3
so expected behavior is to generate the error on creation as well?
or let it pass whether its create/update?
I would expect it to error on create too
should i make a github bug report
Sure ya
Recommended threads
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...