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
- Frequent 500 Internal Server Errors - Pr...
PROJECT ID: 6951f2xxxxx1ee9e750a REGION: Singapore (sgp.cloud.appwrite.io) PLAN: Pro Our production application experiences **500 Internal Server Errors** mult...
- Issue with Custom SMTP
Hey everyone, I'm facing an issue when updating my Custom SMTP settings on Appwrite Cloud. The UI fails silently (no visual errors), but when checking the cons...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...