Hello, I am developping an app with appwrite an react native, I use eamil and password auth, the issue I am facing is like this I created a collection for users in the database and when I login I wish to get the data of a logged in user from that collection and use it in the app, but the user is being created and the session created, the user is being added to the database but when I try to fetch the data for the logged in user I get this error [AppwriteException: The current user is not authorized to perform the requested action.]. When I check the dashboard I see that there is an active session but I can't get the data for that user, I have set that anyone can read data from that collection. what might be the problem
Recommended threads
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...