Back
[Solved] The current user is not authorized to perform the requested action.
- 0
- General
- Auth
- Web
- Cloud
Let me save u some time for this. The only two possible reasons i have found where this error happened to me was
- there was no user session so basically do create a session with whatever way you are using
- and then make sure you have permissions to read the documents on the collection. the catch is that if a collections has some relationship attributes then you will need to make sure the related collection also has the same permissions as the first collection in order to read from it.
Feel free to comment the scenario and solution if you have faced anything different and lets save each other's time :appwritejs:
TL;DR
Issue: Developers receiving error message "The current user is not authorized to perform the requested action."
Solution:
1. Create a user session to resolve the authorization issue.
2. Ensure permissions are set to read documents in the collection.
3. If there are relationship attributes in the collection, ensure related collections have the same permissions.
Feel free to share your own experiences and solutions to help each other!Recommended threads
- edu email
my edu email is my seccondary email for github and when i signed in i dont think its registering i have an edu email using githubs education pack anyone know ho...
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...