[SOLVED] Error: User (role: guests) missing scope (users.read)
- 0
- Android
- Tools
- Apple
- Self Hosted
- Users
I created a function only for get list users, i deploy it and running execution from console and i got this error. But it's working fine if i deploy it on another project with same function code, what caused of this?
Maybe the API key is incorrect or not set
its already set, i can make sure 100%
all the environment has been set
its fine if i deploy it on another project
Do you have set the variable?
And does the key have the users scope?
Thanks, i forgot the API key has scope configuration.
So that solved the issue?
Can I mark this as solved?
[SOLVED] Error: User (role: guests) missing scope (users.read)
Recommended threads
- 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 ...
- Deeplinking/hosting apple-app-site-assoc...
I'm trying to implement deeplinking so that after a user logs in, they are redirected to the place in my app I want them to go. As far as I understand, I need a...
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...