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
- Prevent Appwrite from pulling weekly unu...
Hi, I only use node/php runtimes for functions and static-1/node for site. However, appwrite keeps pull gigabytes of runtimes. It makes my VM backup unnecessar...
- Dart Runtime as Function is missing
Hey guys, I set the _APP_FUNCTIONS_RUNTIMES to dart-3.10 and redeployed the appwrite stack but unfortunately the dart runtime doesnt show up. I copied the val...
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...