Showing no permission while trying to execute the appwrite function from reactjs frontend using client.
so did you set the permissions for the function you are trying to execute?
I don't know how to do this
can you please help me
Look at the execute setting on your function
Step - 1 => Go to console and do this.
Step-2 => select settings and scroll down
Step-3 => you can add roles here... as of now, put any if you are testing. and read about permissions and roles and functions in documentation.
Thank you @Sandeep K. Dasari
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...