I've got a function that I want to run when a new user is created, but I've noticed that it does not execute.
I'm self hosted, version 1.3.8.
This is the event I'm using. users.*.create
Users are signing in/being created via oauth with Spotify.
Any insight on what I might be doing wrong would be helpful! Thanks!
This event is not triggered in OAuth2 signup
Only in the createAccount functions
Ah bummer, I figured that was the case! Is there any way to trigger a function on Oauth?
It doesn't seems like any event is being fired in using the oauth2 method.
Maybe it's good to have a feature request for this
Thanks for looking at this for me :)
[SOLVED] Run function on user create
@Kenny Make sure to 👍 this issue https://github.com/appwrite/appwrite/issues/2406
Will do! Thanks for pointing it out!
Recommended threads
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...