Hello! We are wondering if Kratos allows any kind ...
# talk-kratos
b
Hello! We are wondering if Kratos allows any kind of error handling in case of a hook failure. We have defined an after hook on the login & registration flow that basically syncs data with our system but when this hook is failing we can't find a way to show the hook error to our user. He will only see
500 Internal Server Error:  Retry more than 3 times
(we have a 3 time retry configured for the hook) while we would like to forward the hook error, as it is the root cause of failure. Does anybody know if this is possible or about any possible workaround? Thanks in advance!