[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
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Function in Node.JS to monitor events ar...
Hello everyone. I'm creating my first Node.JS function, but I don't have much experience with node and javascript. I'm trying to create a function, that monito...