My web app is supposed to allow users to create documents for as long as they're authenticated. The collection permissions are set to allow users to create. But Appwrite returns the following error below yet I don't want guests to create documents.
Developers want authenticated users to create documents in a web app but are facing a 401 error due to missing scope 'account' for guests. To resolve this, update the user role from guests to authenticated users with the necessary permissions.