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
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...
- Failed to start containers.
I'm trying to install Appwrite locally but struck on the subject point. There is no clear error in logs.