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
- Manual install docs are out of sync with...
I looked into the manual install docs issue for Appwrite 1.9.0 and wanted to share the findings, since this seems to need a bigger docs decision. What I found:...
- Migration from Self-Hosted to Cloud seem...
Hello, I'm trying to migrate from my Self-Hosted Appwrite instance to Cloud, and can't figure out what's going wrong. - If I initiate the migration from Cloud...
- Password check in function
Hi, is there any way now for checking if the users password is correct in a function? I am creating a delete user function and before deleting I would like to c...