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
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...