Hi all, I had my ory webhook working a few days ag...
# ory-network
p
Hi all, I had my ory webhook working a few days ago, but something has gone wrong since then because now it’s failing to work. These are the settings I have for it in my project-configuration.yaml file:
Copy code
registration:
      after:
        hooks:
          - hook: web_hook
            config:
              url: <https://redacted.ngrok.io/hooks/ory>
              method: POST
              body: <base64://ZnVuY3Rpb24oY3R4KSB7IHVzZXJfaWQ6IGN0eC5pZGVudGl0eS5pZCB9>
              response:
                ignore: false
                parse: false
              auth:
                type: api_key
                config:
                  name: Authorization
                  value: "Api-Key <redacted>"
                  in: header
        oidc:
          hooks:
          - hook: session
        password:
          hooks: []
        webauthn:
          hooks:
          - hook: session
Is there something I’m missing because I swear this should work. Or perhaps something got changed recently that I’m not aware of? Anyways, every time I try to register a user it will end up returning a 502 error code and I don’t ever see the post request reaching my tunnel.