getting ory network actions to work locally? #138
-
|
Has anyone been able to get Ory Actions on the Ory Network to work in a local development environment? Using Ory Tunnel? I was under the impression Ory Tunnel is suppose to solve this problem. But I'm unable to set my webhook url in the ory actions because it's localhost. So I'm not entirely what to do besides using ngrok or something. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi, could you expand on the difficulties you're facing? Generally, Ory Network actions "go the other way", as the Ory Tunnel does. Ory Tunnel "proxies" the APIs from your local machine, where Ory Actions (webhooks) go from the Ory Network to an external service. Just make sure the external service is available on the Internet, for example by using something like https://ngrok.com/ for local development services. |
Beta Was this translation helpful? Give feedback.
-
|
That's what I initially thought, nevertheless, I appreciate the help |
Beta Was this translation helpful? Give feedback.
Hi, could you expand on the difficulties you're facing?
Generally, Ory Network actions "go the other way", as the Ory Tunnel does. Ory Tunnel "proxies" the APIs from your local machine, where Ory Actions (webhooks) go from the Ory Network to an external service. Just make sure the external service is available on the Internet, for example by using something like https://ngrok.com/ for local development services.