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
- Report: fetch failed
https://github.com/appwrite/appwrite/issues/10989 please assign this issue to me
- Domain Verification Failed - Fastly Conf...
I am trying to add my subdomain api.getmyself.app to my Custom Domain, but I keep getting the error: Domain 'getmyself.app' is owned by another customer I have...
- Data not loading at the frontend
My App that has been working for weeks, ain't loading anything at the frontend anymore. I thought maybe the API key expired but it's not the case. Users are log...