Hi. I'm making a function on my selfhosted instance of AppWrite.
When checking the network tab in my browser, I see that call, that does a 404. https://appwrite.mydomain.ext/v1/functions/673cb4935684f470c5cc/executions
Yet when I click on the link, I got to a page with the following error.
{
"message": "User (role: guests) missing scope (execution.read)",
"code": 401,
"type": "general_unauthorized_scope",
"version": "1.6.0"
}
I can't seem to find where I can add the guest role for my function.
Recommended threads
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...