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
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...