Hello, we're ready to move from dev to prod. We're...
# talk-kratos
r
Hello, we're ready to move from dev to prod. We're using kratos locally with a after register hook. I can't find where to set hooks from the ory identities ui on ory cloud?
m
Hello @refined-airport-1308 You export your configuration from Ory Network, add the hook, and import it again using the CLI: https://www.ory.sh/docs/guides/cli/identity-cli https://www.ory.sh/docs/guides/integrate-with-ory-cloud-through-webhooks we will soon have a GUI and more for webhooks similar to the one for social providers.
r
Cool thanks!
How do I debug webhooks? I setup my project with a after registration hook, if I re-download the config everything looks in order (except the authorization header value is empty, but maybe that's just to avoid leaking secrets?) but my server is not called.