Hello, Using Ory Network: Is there a way to test ...
# ory-network
a
Hello, Using Ory Network: Is there a way to test Actions locally? Typically, in the registration flow, I would like to make the test that my custom API (running on my backend) is well called by Ory. Is there a way to test this flow locally?
c
Hello, I basically use a local instance to do that (dockerized kratos/hydra setup) but you could also use ngrok and configure your local endpoint to be called from your ory network project. It requires an account and configure ngrok as a reverse proxy to target your local http server.
🙌 1
a
Thanks, Rémi!