Event not fired or function not executed on document creation if document created using flutter sdk
- 0
- Self Hosted
- Flutter
- Functions
Hi, i run self hosted Version 1.6.0 and have a function with a trigger on document creation for a specific collection. The event fires and the function is executed when i create a document via console but if the document is created using flutter sdk the function is not triggered(no execution so no errors i could use to debug). Why could that be? How can i debug this - is there a way to monitor all events or something like that? (I tried with and without specific permissions on the document level and enableing all scopes for the api key used by the funciton, set execution permission to any and such things but it does not work) (Searched the docs, web, issues on github and here and found no solution or hint)
If you need more details to provide help please let me know. Cheers
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...