Palaksh ChaturvediOriginal post
Web Developer
AppwriteException: Invalid document structure: Attribute "imageUrl" has invalid format. Value must be a valid string and no longer than 2000 chars
at Client. (http://localhost:5173/node_modules/.vite/deps/appwrite.js?v=ce255598:419:17)
at Generator.next ()
has anyone got the solution to this error
Summary
Developers are experiencing an error with Appwrite, specifically regarding the 'imageUrl' attribute. The issue seems to be related to the format of the 'imageUrl' attribute, as it must be a valid string not exceeding 2000 characters. Ensure that the 'imageUrl' is of type string within the specified limit.