I have a Users and Lists collection inside my Appwrite database. Users and Lists have a two-way relation with each other. When I query the database for a specific User with its DocumentId, I get a valid response, as long as there is no List added to the user. When I connect a List to the user (relation), I get an user_unauthorized response. Event though I have Any: Read permissions inside my Users collection and also inside the Lists collection. Document security is disabled. Am I doing something wrong? My goal is to retrive the user and all lists which are related to that user.
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...
- Sveltekit + Bun sites runtime not deploy...
anyone tried deploying sveltekit + bun sites? its building but not running, and the only thing from build console to value is ``` > Using svelte-adapter-bun .s...
- Domain is owned by a different organizat...
I was trying to add a domain to one of my projects however, it keeps giving me the error of Domain is owned by a different organization. I did have a self hoste...