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
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...