When i tried to make a read call to my db it always returns that my user is not authorized to perform such action am i doing something wrong?
TL;DR
Developer is getting "User is not authorized to read collection" error when trying to make a read call to the database. Other developers ask for the output from β²user.get()β² to check the object of the logged user. Solution: Check the user's permissions and ensure they have the necessary access rights to read the collection.