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
- how to access the value of account statu...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...
- Hosting Issues with Static IP not domain...
I have a machine with Static Public IP. I want to host Appwrite Site on it but I tried it but it doesn't allow IP addresses in Domain names. What should I do h...