Hello Everyone, When I log in to the app, I try to retrieve data in my collection from an ID. This is the ID of the user's document.
✅ The user is logged in
However, I get an error message telling me that the document I'm trying to read does not exist. When I look in the collection in Appwrite, I see that the document is indeed present. Permissions: the document is only accessible by users and i'm logged in
Can someone tell me where the problem could come from? because I really don't understand
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, ...