Event-triggered function executes but produces no result (Appwrite 1.9.0)
- 0
- Self Hosted
- Functions
Hello! I'm running self-hosted Appwrite 1.9.0. I have a Dart function (tried both dart-3.5 and dart-3.10 runtimes) with these events configured:
teams.staff.memberships.*.delete
I also tried other event types — same behavior.
When an event fires, appwrite-worker-functions logs show:
Fetched 1 functions...
Iterating function: Manage Topic Subscriptions
Triggered function: teams.staff.memberships.69cdb30f756bca6570d7.create
Fetched 0 functions...
So the worker finds my function, iterates it, triggers it — but then immediately "Fetched 0 functions" and nothing happens.
In the Console → Functions → Executions tab — no new executions appear. However, in the Usage section → Total Executions, the counter does increment each time an event fires. So Appwrite seems to count the execution, but it never actually runs or produces any output.
The executor is healthy — runtimes warm up fine, and the function works perfectly when executed manually via the Console or API. The issue is only with event triggers.
Any ideas what could cause this?
do you see your runtime starting?
did the outcome of the function happen? im trying to determine if it actually did trigger, but you just don't see the execution created in the logs
also is this a clean install or did you upgrade to 1.9.0?
Recommended threads
- dynamic key missing scopes for database ...
Here are the scopes listed, I get permission errors for reading row and document. Appears to be missing since last time i checked. Database 6 Scopes policies....
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...