Closed muke5hy closed 1 week ago
Hi @muke5hy
Are you using the --tunnel-url
flag when running shopify app dev
? Docs
Hey thanks,
It started working, I was using --tunnel-url but the problem was I had to do npm run deploy
to update the app on my dev store.
Question: If I have changed in TOML file I need to deploy everytime?
Yes, if you update the toml file you will need to deploy to push those updates to Shopify.
I want to make the app accessible through my existing Cloudflare tunnel. Currently, even though the Cloudflare tunnel is active, the URL generated for the Remix Shopify app does not function properly with it. Is there a way to add my custom tunnel url?
I tried changing in file shopify.app.app.toml and replace value in application_url = and redirect_urls but this dint work.