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 project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...