kaushal91Original post
Web Developer
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:
Summary
The issue of "The current user is not authorized to perform the requested action" was resolved by correcting the project ID in the environment settings.