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
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...
- Charged after Downgrade
I downgraded from the pro plan last month, but it’s still trying to charge my card this month and my account has been restricted
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...