I'm using Appwrite Cloud. I have a table I'm trying to query with a logged in user. I'm getting the exception that the user is missing the scope of collections.read, but it is defined. I've even added "any user" to be able to read the table, but I'm still getting the error.
a client SDK is not allowed to call list collection or get collection. Can you share more of your code?
This was just working earlier this afternoon. I don't have anything publicly accessible yet.
im not sure what you mean
Recommended threads
- Middleware
how to make middleware in nextjs appwrite with client side auth?
- Error 400: redirect_uri_mismatch
Hi team, Google OAuth was working fine with our Appwrite Cloud setup until yesterday. We did not change any configuration in Appwrite, Google Cloud, or our cod...
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...