We are unable to run our local app through Cloudflare because the URLs are not updating in the shopify.app.toml file by using command npm run dev and Shopify app deploy. We are using Shopify CLI version 3.53.0 and a Linux operating system for local development. Could you please help us understand why this is happening?
Hey Satish ensure that your app.toml file includes the configuration to deploy settings along with the app. Specifically, check for the [build] section and confirm that include_config_on_deploy is set to true. This setting is crucial for including configuration changes, such as URLs, during deployment.
Hello @SatishMantri ,
The issue with running your local app through Cloudflare may be related to firewall settings. Sometimes, firewalls can block Cloudflare (trycloudflare.com) and prevent URL updates in the shopify.app.toml file. Please check your internet firewall settings to ensure Cloudflare is not being blocked. Alternatively, you could try using a different internet connection to see if the issue persists. If these steps don’t resolve the problem, consider reaching out for further support or checking the documentation for additional troubleshooting tips.