dalian5795Original post
Apple Developer
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.
Summary
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.