Testing Actions locally #86
-
I'm developing a backend services, which should handle webhooks coming from Ory Actions. Im using the managed version of ORY. When i try to set the url in an action to localhost or 127.0.0.1, it just gives me an error. I wanna be able to test the webhooks on my local machine before uploading my code to production. How to do this? My general idea is that I need to use a tunnel or proxy, however I cannot figure out how to. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I have found working solution. At the moment im running a prod and dev project. For the dev environment I have setup a cloudflare tunnel pointing to a localhost connector. This works fine for now. However it would be nice if I did not have to use a cloudflare tunnel. |
Beta Was this translation helpful? Give feedback.
I have found working solution. At the moment im running a prod and dev project. For the dev environment I have setup a cloudflare tunnel pointing to a localhost connector.
This works fine for now. However it would be nice if I did not have to use a cloudflare tunnel.