i get this error when i try to create a document in my react native app, even tho permissions for db are set to any, and the document is created in the db despite the error;; i also get the error when i try to list the docs
TL;DR
Developers are encountering an AppwriteException stating the current user is unauthorized to perform an action when creating or listing documents in their React Native app. Despite permissions being set to 'any', the error persists. The document is created in the database, but the error still shows.