I am try to list the document of products on client side. But it is showing The current user is not authorized to perform the requested action. It worked for me before. I have tried many times but this error keep showing.
{ "message": "The current user is not authorized to perform the requested action.", "code": 401, "type": "user_unauthorized", "version": "0.12.32" } This is the reponse I am getting
When the user is logged out. It is working
Any help??
works fine on local instance of appwrite
Do you have Document Level Permissions enabled?
Yes... Document level permissions are enabled
Any users can read...
It worked properly few days before....
It may be a bug idk.. π
Recommended threads
- Issue setting up url
I'm trying to setup an email verification system in my auth flow. It hasn't worked out too well. I have my domain 'parlay.live' in the web domains in the AppWri...
- 500 Internal Error when trying get to my...
When I click on my database row in the Cloud console, the page returns a **500 Internal Error** instead of opening the database dashboard. This completely block...
- Server Error 500 when trying to send ver...
Hello, I'm using Appwrite for an app project with React Native. Since I want my users to verify their account through a verification email, I've added a web pl...