Hello,
I’ve encountered an issue where database events do not seem to be triggering my function as expected on appwrite cloud.
Here are the details:
Event: databases.[Database ID].collections.[Collection ID].documents.*.create
Expected Behavior: Function should be triggered on document creation in the specified collection.
Actual Behavior: The function does not trigger upon the specified event.
Could you please assist in resolving this issue? I’ve double-checked the setup and believe everything is configured correctly.
Thanks for your help!
Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...