Rank 1: Thread
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.