
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.
Recommended threads
- Internal curl errors has occurred within...
Recently, I tried executing a function in my project. Got this error in failed requests randomly: ```Internal curl errors has occurred within the executor! Err...
- Functions seem to be broken
Whenever I try to execute a function it times out then when I try to run it again I get something along the lines of: "networkpolicies.networking.k8s.io "f43c5...
- Dynamic API Key issue
I have created new function in Appwrite cloud. In function I using below code to initialize Appwrite client const client = new Client() .setEndpoint(con...
