Shopify app serve stuck on "Welcome to ngrok!" page

Hello,

https://shopify.dev/apps/tools/cli/getting-started

i follow the tutorial step by step but when i ran the command 'shopify app serve’ i am stuck on this page (attachment screenshot),
i have a ngrok account + run this command 'shopify app tunnel auth ’ (with my token)

can someone help me please ?

sincerely

Same issue here!! cannot figure out what’s the issue!.

You can try and run:

→ shopify app tunnel stop

And restart the server

→ shopify app serve

Seems to fix the issue for me.

4 Likes

That didn’t help me so I have switched from ngrok into localtunnel and it works pretty fine!

Anyone who is wants to work around this, here’s some steps to using localtunnel in your app.

lt --port 8081 --subdomain any-unique-name​
  • Replace your App URL within shopify partners dashboard
  • Finally replace the your environment variables in your app

note: You’ll have to add alternative name to HOST in your .env since it’s replaced via shopify-cli

That helped me fix my problem thanks

I have the same issue using ngrok.

When running the localtunnel command does nothing, no confirmation message with an URL or anything for me.

I ran into this while using Safari. Using Chrome resolved it.

For me, what solved it was switching to Edge. But the underlying problem was that I was not allowing third-party cookies