In my application, users can only login via OAuth. I need to fire a function when they login for the first time to create some tables.
However, it seems that when a user logs in for the first time, appwrite does not recoginize this as a new registered user (see screenshot).
I tried to use the users.*.create event.
Yes, this is a known issue: https://github.com/appwrite/appwrite/issues/2406
For now, I would suggest using the session create event instead
alright thx steven 🙏
[Solved] Fire function when user does his first oauth login.
Also when made through the appwrite console it's not being triggered
Hope a solution is found soon: https://github.com/appwrite/appwrite/pull/3567
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?