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
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- Files access permissions
Am I right in understanding that file access permissions have been disabled (or broken again), and that shared access can now only be organized via tokens? Or i...