AppwriteException: Invalid document structure: Attribute "imageUrl" has invalid format. Value must be a valid string and no longer than 17000 chars
i am following a tutorial by javascript mastery to code a social media app and am getting this exception and a bad request error for the imageUrl field which returns a promise with a url. Can anybody please help with this
Thanks
TL;DR
Developers are encountering an AppwriteException due to an invalid document structure in their social media app code. The "imageUrl" attribute must be a valid string with a maximum length of 17000 chars. They are receiving a bad request error for the imageUrl field, which returns a promise with a URL.