Hi, I am facing webhook errors (status 500, giving...
# talk-kratos
f
Hi, I am facing webhook errors (status 500, giving up after 3 attempt(s)), but the endpoint is working and returning no errors when I test it manually via CURL/python. When Kratos is giving up, I cannot even see any error logs indicating what's wrong. Any help? 🥺 Is it possible to allow webhooks to fail? I always return status 200 from my webhooks, even for errors, but what to do in case the server is unreachable? The user won't be able to register 😞
l
If that’s not what you want, then you can make the webhook asynchronous, so the response doesn’t affect the Ory flow.
f
Thanks!