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
- router_deployment_not_found
I updated my function a few times and now i am getting the error: router_deployment_not_found I even reverted back to my original code but i am still getting th...
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...