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
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Frequent 500 Internal Server Errors - Pr...
PROJECT ID: 6951f2xxxxx1ee9e750a REGION: Singapore (sgp.cloud.appwrite.io) PLAN: Pro Our production application experiences **500 Internal Server Errors** mult...
- Issue with Custom SMTP
Hey everyone, I'm facing an issue when updating my Custom SMTP settings on Appwrite Cloud. The UI fails silently (no visual errors), but when checking the cons...