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
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- "Restore project" button fails: "Invalid...
In the dashboard, it clicking "Restore project" fails. The request sent to `PATCH https://cloud.appwrite.io/v1/projects/:project_id` with payload `{status: "act...
- how to access the value of account statu...