Why am I unable to start tunnel on Mac M1 Ventura?

Could not start tunnel. getting this error in Mac m1 Ventura. any help would be really appreciated.

tried reinstalling

tried changing ports

tried Cloudflare

Thanks in advance

I found the solution today. I used cloudfare. Follow below steps:

Step 1: Run “cloudflared tunnel --url http://localhost:3000”.

Step 2: One URL will be generated in the CMD for example “https://example.trycloudflare.com”. Copy that and use it in Step 3.

Step 3: sudo npm run dev – --tunnel-url https://example.trycloudflare.com:3000.

Hope it helps. Cheers :slightly_smiling_face:

1 Like