Hi!
I currently have the following problem: I want to create a function which triggers when the verification status (in my current case the emailVerificatin) of a user updates. The problem is: The function does not trigger on users.*.verification.. But it does trigger on users.. Am I using the wrong event for my use case? If so, what event should I use to not trigger the function on any user event? You can see what I mean in the video. I currently do not care that execution raises an error, I only care about the fact that it executes.
Thank you very much in advance for your help!
Function does not execute on users..verification.* event
Can anyone please help me with this issue? What is the correct event I need???
does it work if you do -
users.*.verification.*.create and users.*.verification.*.update
No, it does not sadly.
Okay, so...
It does work with users..verification.*.create and the same for update, BUT
It works when like actually signing up in the app and calling email verification from the sdk
But it does not work when updating the verification in appwrite console
It's not a problem for me, I just need it to work for clients, but I think this is a bug, right?
Can you create an issue on GitHub if one doesn't exist already?
Will do that
Recommended threads
- Migration and Function glitch
I am trying to migrate from non pro appwrite project to pro appwrite project all my data but it's stuck in processing.
- Unable to signup to appwrite cloud
When attempting to create an online cloud account on appwrite.io, I get the following message : "This email address must already be in its canonical form. Pleas...
- Email address must be in its canonical f...
Hello, Recently I was trying to signup with my GitHub account with appwrite account for availing the student benifits but while trying to signup I saw such erro...