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
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- ISO help
I’m writing a project specification paper. Please let me know if anyone has ISO/IEC/IEEE 29148:2018 — Requirements Engineering, or if someone can check the docu...
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?