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
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...