Why isn't my ngrok tunnel being created for my Shopify app?

Hello,

I have created Shopify app shopify-app-template-php**,** using this link,

but ngrok tunnel URL was not created and the app command is not further work after run the command

**"**npm run dev".

![image.png|1600x900](upload://c2x2qSOhy3HypgZd0icJhGPj6y0.png) ![image.png|1600x900](upload://zzIwjraOGbrqKwbQpq3hertlhai.png)

please help me on this.
thank you.

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: