Hi I have implemented ory in my ruby project with ...
# talk-kratos
f
Hi I have implemented ory in my ruby project with ory tunnel, but when deploy on server, I get error
Tunnel doesn't work on server
Copy code
ory tunnel <http://localhost:3000> --dev --project project-slug
This is command for local
Copy code
ory tunnel my-domain my-sub-domain --project project-slug --cookie-domain domain --allowed-cors-origins my-domain
I tried like this on server
But tunnel doesn't work
Anyone can help me?