Hey, I have a Flutter app running on an iOS simulator. I have the same project self-hosted and in the cloud. After creating an OAuth session with Google, I create a document. When I try to read it, I can do so on the self-hosted version, but in the cloud, I receive a 'user_unauthorized' error. It's exactly the same project, and the collection has the same permissions.
Are there Document Level Permissions?
Not sure if related, but it says '-1 documents'
In your Database > Collection > Check for Permissions & Document security
Naah, thats a different Stats related bug.
Recommended threads
- Deleted my account, trying to signup aga...
https://cloud.appwrite.io/console/login?error=%7B%22message%22%3A%22This+email+address+must+already+be+in+its+canonical+form.+Please+remove+aliases%2C+tags%2C+o...
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...