
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
- Attribute already exists in schema
I created an attribute, deleted it and now I can't create it again. It says "Failed" and "Attribute already exists in schema". ```json { "27": { "ke...
- Decentralisation
I had queries regarding decentralisation with self hosting, particularly with sites as a recent addition. Can we decentralise sites as in many cases we would li...
- Error response from daemon: driver faile...
on endpoint appwrite-traefik (00bbc10e5875d0c367d8975c6abc946a77b7ec201a64a825399add44fb34ebb4): failed to bind port 0.0.0.0:80/tcp: Error starting userland pro...
