Database events are not getting triggered in Appwrite selfhosted
- 0
- Self Hosted
- Functions
- Databases
Previously i faced a lot on the events on OAuth as it's not triggering events as it should be fine i somehow managed it, now it's in database update as well, below you can see the event i added in selfHosted Appwrite , it haven't triggered the event at the functions, when i opened the functions executions there is no executions at all "events": [ "databases.productTracking.collections.usercart.documents.*.update" ] Database productTracking and Collection usercart exists and i tried updating the document and waited for 30mins no calls happened, previously i had created trigger for same thing but that worked a month AGo, but now i migrated my data to another server with latest Appwrite in digitalOcean, Now the old trigger event is also not working. please help.
Recommended threads
- Clean install of 1.9.0 shows errors in a...
I just run a full clean install of Appwrite on my server following the Manual installation guide in the docs page. The console seems to work, visually there d...
- Setup custom domain on selfhosted behind...
Hello everyone, can anyone help me to setup a custom domain on a selfhosted appwrite instance thats running behind cloudflare tunnels? Current setup: Appwrite r...
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...