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
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...