
I'm setting document permissions on the server when creating a document using Appwrite. I’m using Permission.read(Role.user(userId)) to allow a specific user access. However, on the client side (also using Appwrite), the document is not being fetched—even though the logged-in user matches the one in the permission. Why is the client not seeing the document despite the correct user-level permission being set?
Recommended threads
- Database Migration/Sync Between Two Proj...
The multiple attempts I've tried to migrate data from one project to another have failed. Does Appwrite not support migration (sync) between two projects in an...
- Relationships
At the moment I don't need support on this as I have a work around for it. Problem : existing relationships can not be edited. Instance: self hosted Docker on ...
- Auto confirm team membership / emails no...
Hello, I'm using the Appwrite via the Cloud platform. I've started to use the Teams API, however emails are not arriving - this wouldn't be a problem if I was a...
