#Function does not execute on users.\*.verification.* event

12 messages · Page 1 of 1 (latest)

slate zealot
#

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!

slate zealot
#

Function does not execute on users.*.verification.* event

slate zealot
#

Can anyone please help me with this issue? What is the correct event I need???

cursive stream
#

does it work if you do -
users.*.verification.*.create and users.*.verification.*.update

slate zealot
#

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?

cursive stream
#

Can you create an issue on GitHub if one doesn't exist already?

slate zealot
#

Will do that