Hi, i was trying to use a trigger.after when creating a new user, but it is not working as it has to, when I create a new user my trigger is showing me this:
“Records for current filter not found”
but the user is created, because if I put “console.log(event.data);” in my catch it shows me the data of the new user and in my DB appears as a created user