[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
- Invalid Origin. Register your new client...
- Returned columns when Query.select is us...
Hello, I am noticing that whatever i put in Query.select, the returned data will always contain the following fields ` "total": 1, "rows": [ { ...
- CreateTables enum
What's the correct way of creating an enum column with the new definition of createTable?