Shopify cli command npm run dev used to output the tunnel url however it is no longer outputting the tunnel url. Is there any way to find out the tunnel url, need this for app proxy when developing locally.
hi @goreya ,
You can manually set the tunnel url using the --tunnel-url flag while running a Shopify app using the CLI.
the command should look like this
shopify app dev --tunnel-url :
I’ve found where the tunnel url is. Cli writes the url in shopify.app.toml file in the project folder.
Thanks for replying. I am not using an external tunnel (cloudflare or ngrok). I’ve found where the cli is writing the tunnel url that it generates.
Hi there, I also face this issue, it is my headache, it took me hours to find solution.
Fortunately, I find out workaround for this: just add 1.1.1.1 to DNS and run again, it works for me