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
- Issue with relations on database
I'm creating a food ordering website for businesses. I'm having issues with the relations on my database I attached the attributes for the collections I'm hav...
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...