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
- cant resume project
Invalid console fingerprint event i try man time
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...