[v1.8.1] Getting error "(role: applications) missing scopes (["documents.write"])"
- 0
- Self Hosted
- Functions
... but that scope doesn't exist.
I am trying to get a function to run and modify tables in the database dynamically. I set everything up and eventually got:
(role: applications) missing scopes (["documents.write"])
The thing is, that API key scope "documents" does not exist. Look at the web admin page for it (see attachment). I am assuming "applications" is the role for API stuff via functions.
What the heck is going on here?
please @ me
Use this one, insure the API your giving to the function is the same. You shouldn’t be using Documents though. It’s kinda outdated use Rows
yeah that doesn't exist
Oh what, just try and use row.read and write
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...