Hi, is it possible to use both `hook: web_hook` an...
# general
f
Hi, is it possible to use both
hook: web_hook
and
hook: session
in Kratos? When I use both of them,
web_hook
is not working in the registrations flow 😞 EDIT: resolved, solution in thread
b
Hi, I remember having a similar problem that was related to the hooks order; check this doc. Maybe it will solve your problem.
f
Thanks! Resolved - I had to remove the global
after.hooks
and copy-paste it to each of the login methods'
after
Also, I had to move the session hook after the web_hook
m
Great you figured it out 🙏 For what its worth, we are aware that this is a bit cumbersome and are looking to fix this soon.
h
yes, we have a fix for that also in the pipeline