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
- FCM Message error
When creating a message target via flutter sdk via ``` final target = await _account.createPushTarget( targetId: targetId, identifier: deviceTok...
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...