Ngrok Tunnel Could Not Be Started

47m ago I have creating the Shopify application from learning this website https://shopify.dev/apps/getting-started/create#step-1-create-a-new-appsmartwheel while I have following the steps and I have completed Step 1: Create a new app. Unfortunately, I have been stucked in Step 2: Start a local development server owing to I am coding in the node.js even I am getting The Ngrok tunnel could not be started error. So kindly solve the issue.

Thank you

1 Like

Hi,

I was facing the same issue.

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:

Kindly accept as a solution if it helped you.