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
- [Bug?] row_already_exists (409) after ma...
Hi, I'm experiencing a confusing issue with Appwrite Cloud Setup: A `tournaments` table with a composite UNIQUE index on (tournament_name, date). Steps to rep...
- restore paused project not working
https://cloud.appwrite.io/console/project-sfo-69b1b841002ca6a07f14/overview/platforms
- Realtime doesn't seem to work with Table...
Hi, I am trying to connect my tables rows with realtime on my react website, it connects, but I dont get the rows when a row is being created. I tried with Chan...