401: Unauthorized user (role : guest) missing scope (execution.read)
getting the above when trying to retrieve function execution using the getExecution method.
Have you gave permission for anyone to run the function?
Yes, will that be an issue?
That's good You'll need it
a user is only able to read their own execution...but if you're not logged in, Appwrite has no way of making sure the right person is reading it.
What exactly are you doing? Why not execute the function synchronously?
Recommended threads
- Project is not accessible in this region...
Context: I'm changing my region from German to Singapore. Sample code on Go appwrite function: ``` package handler import ( "os" "github.com/appwrit...
- Return TablesDB from REST and Go Functio...
This my Go code for deploy in function: ``` package handler import ( "os" "github.com/appwrite/sdk-for-go/appwrite" "github.com/appwrite/sdk-for-g...
- Fail to access the hosted site
Hi there I am facing an issue with the sites. My site is properly hosted on Appwrite but the issue is that when accessing the site from this URL https://instant...