Hello @all I have been working on a project using ...
# general
b
Hello @all I have been working on a project using Ory Tunnel for user authentication. Working on WSL and frontend in ReactJs. Before I was using
export ORY_SDK_URL=https://{your-project-slug-here}.<http://projects.oryapis.com|projects.oryapis.com> && npx @ory/cli tunnel --dev <http://localhost:3000>
command for Tunnel, everything was working perfectly. I am facing a problem from last 2 days. The error is
http: proxy error: dial tcp [2606:4700:4400::6812:256e]:443: connect: network is unreachable
. Has anyone facing this kind of problems? How do I resolve it?