[CLOSED] Function did not trigger when create account with Google OAuth
- 0
- Databases
- Flutter
- Functions
- Cloud
I have function that whenever there is a new create account this function will triggered by this event. So what is the logic inside of my function? It is just to store the additional details about the users, hence whenever there is a new account the function will be triggered. But What is the problem I have encountered? I have also an optional that the user can create or sign in with Google. But the problem is the function seems not triggered. Please see the attach image this is how I set the event.
There an issue for this https://github.com/appwrite/appwrite/issues/2406
Can you if it the same problem you have?
yeah its same issue
Seems like it could be fixed in 1.4 which it's closer to be released
For now, you can execute the function with createExecution after the auth flow is completed
Unfortunately, not. I tried but ran into complications π
:/ well, we should wait a bit longer then π€·π»ββοΈ
[CLOSED] Function did not trigger when create account with Google OAuth
Recommended threads
- All function deployments fail (node 18-2...
Error: bash: /usr/local/server/helpers/build-cache.sh: No such file or directory Sidecar error: Build archive was not created at /mnt/code/code.tar.gz Scope: ...
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Selfhosted starter python function retur...
I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i ge...