Hi team,
Last month my project hit 100% usage and functions stopped working (expected).
Now the new month has started and usage has reset, requests are going through successfully, but no function executions are happening at all.
In the Console:
- Functions are enabled
- Active deployment is set
- HTTP trigger is enabled
- But Executions tab shows 0
There are no logs because no execution is being created.
I’m using:
- Appwrite Cloud
- Trigger type: [mention HTTP / SDK createExecution / Event / Schedule]
- No visible errors in frontend/backend response
Could this be a quota lock that didn’t fully reset internally?
Would appreciate help debugging this. 🙏
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- router_deployment_not_found
I updated my function a few times and now i am getting the error: router_deployment_not_found I even reverted back to my original code but i am still getting th...