Earlier, whenever I would run shopify app dev, it would update the new tunnel links in the .toml file, and I’d run shopify app deploy to update this into my app’s configuration. But now, its changing the links on dev, but not in the toml? Any idea why this is happening?
Hi @bobthefirst7777 –
This was an intentional change in the new app dev
to avoid unnecessary changes in your git log. There’s no reason to commit these temporary URLs to source control.
More info here:
And here:
Does this create issues with your workflow, or was it just a confusing change?
-Nick