Hi! Is there some issue with post-registration act...
# ory-network
b
Hi! Is there some issue with post-registration actions? They never trigger for me after user registration. The same action works when i select “after login” but not “after registration”.
“before registration” also works. but not “after registration”.
c
I'm not sure if it's still the case, but if you have multiple webhooks in the same hierarchy, one will override the other. We had a similar issue at one point, however, I can't remember at the top of my head which one gets precedence
b
Thanks for the response. Currently this is my only webhook, and I tried in two different projects to see if there was any difference but same result unfortunately. We’re using a custom UI not the default account experience, not sure if that could affect it? “after login” works tho so seems like it should work on custom UI too
c
Hmm, there must be something else failing then. If you're 100% that the webhook url is correct, and that the registration actually succeeds, and that your server is not actually receiving the webhook requests, I'd ask one of the ory fellas directly, to read some logs for you.
b
Thanks Ill reach out and see what we can find!
c
There will be better introspection for webhooks eventually, I've heard, but for now, you'll need a man on the inside 😎
b
Ok sounds good! Yeah some logs would’ve helped 😃