AppwriteException: Invalid document structure: Attribute "imageUrl" has invalid format. Value must be a valid string and no longer than 2000 chars at Client.<anonymous> (http://localhost:5173/node_modules/.vite/deps/appwrite.js?v=ce255598:419:17) at Generator.next (<anonymous>) has anyone got the solution to this error
can you show some code? whats the type of imageUrl? I am assuming a string, what version of sdk, appwrite backend?
It is a url when I changed it to string an error occurred saying imageURl has an invalid type
This is the part in which it's showing error
whats the type of fileUrl?
Recommended threads
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...