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
- Cold start and deployment failed
It was working fine before, and I didn’t make any changes. It started showing a cold start error, so I tried redeploying, but the error is still there. Dart: s...
- Migration Pending version 1.9.0 self Hos...
I am trying to use the migration feature, my migration has been sitting in a "pending" state for 5 hours now? this is all that is in the "logs" { "$id": "69c...
- Redis exception after failed upgrade
After attempting an Update from 1.8.1 to 1.9.0 where i accidentally typed 1.8.0 I've encountered multiple issues with my appwrite instance all of which resultin...