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
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...