
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
- Local function throws EACCES error when ...
I am developing an Appwrite function locally. Up until now, the process has been as smooth as butter: I edit my files, save them, and this triggers a rebuild of...
- Creating Push Notification Results in Fa...
When creating a push notification using the Python API, I get this error for the status of my message. I call it using basically this: ```python def main(conte...
- Functions in Golang - I need help
Hi guys! I am struggling to deploy a rather simple golang function. The deployment log details are very sparse: "failed error code: 524 " or: "Cannot access ...
