Showing no permission while trying to execute the appwrite function from reactjs frontend using client.
TL;DR
User is experiencing issues with executing a function.
They are unsure how to set the permissions for the function.
They are getting a 'no permission' error when trying to execute the function.
Solution: Look at the execute setting on the function and set permissions accordingly.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