
I’m developing an app using React-Native, i’m trying to call the listExecution on functions, but I keep getting this error:
AppWriteException: User (role: guests) missing scope (execution.read)
Well, I’ve set permission to any on Appwrite Functions console. My app doesn’t have any login functionality.
TL;DR
Developers are encountering an error when trying to call listExecution on functions in a React-Native app, receiving a permission issue with the error "User (role: guests) missing scope (execution.read)." The developer has set permission to any on the Appwrite Functions console and clarified that their app lacks login functionality.Recommended threads
- custom requirements.txt file
How do I specify a custom requirements.txt file when creating a serverless function through the Appwrite console?
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
