
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
- fix ip function for whitelisting
Hello, any recommendation how to make IP of Appwrite Function on cloud is fixed for whitelisting purpose?
- Multiple Set-Cookie headers collapsed on...
I’m deploying a Next.js 15 app to Appwrite → Deploy → Sites. In app/api/auth/login/route.ts I try to set 3 cookies. Variant A (manual headers): const headers ...
- can't send emails
i explored the docs and it says Messaging.CreateEmail() but this function does not exist , i installed appwrite on next js env everything works fine except thi...
