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
- SPA Not working
So I'm using vite/react, which is spa, and it used to work before, but now whenever I go to any route except the root it shows appwrites 404 page, instead of us...
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...
- Issue with downloading large files (40GB...
Hi everyone! I am using the latest Appwrite 1.8.0 version on my self-hosted server. I successfully uploaded a large ZIP archive (~40GB) using the chunked uploa...