arunOriginal post
Rank 2: Process
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!
Summary
Issue: Database events are not triggering functions on appwrite cloud.
Details: Developer is facing a problem where the function is not getting triggered upon document creation in the specified collection even though the setup seems correct.
Solution: Check the function setup and configuration to ensure it is correctly associated with the specified database event. Double-check permissions and verify event configuration for accuracy.