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
Ezat
January 17, 2022, 9:01am
2
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
Ezat
January 18, 2022, 10:52am
4
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
arnay07
February 16, 2022, 10:33pm
5
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