peicheOriginal post
Rank 1: Thread
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.
Summary
User is experiencing an issue with missing scope in their code while using Appwrite Cloud. They are trying to query a table with a logged in user but encountering the exception that the user is missing the scope of collections.read. They have tried defining the scope and adding "any user" permission but the error persists. No solution provided in the thread.