[SOLVED] Error: User (role: guests) missing scope (users.read)
- 0
- Resolved
- 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
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...