Appwrite function rest api is "Pending" state with "All users" execution permission
- 0
- Functions
- Web
- Cloud

My Appwrite function returns a status of 200 only when the execute permission is set to "Any." However, when I apply other permissions, such as "All Users" or label-based permissions, from my client-side code, the API status remains stuck in "pending," and I'm unable to view any execution logs for the respective function. The same function with same server side code and same client side code is giving 200 status if the execute permission is set to "Any". I have valid session object and user object session value also printed on console. I have other functions working fine with "All Users" permission, but this issue persists with the newly created function. Could you please help identify what might be missing or misconfigured? Screenshots attached for your reference


I have already given all the required database permissions in scopes. Somethig is causing issue with execute permission but I am not sure why because the same function is working perfectly fine when we select "Any" as execute permission
Recommended threads
- Do I need Redis if using appwrite
Saw appwrite has built-in redis, but does this work for listdocuments, getdocument and other query etc? what does the appwrite redis covers under the hood?
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
