When I deploy my app and install it into a store none of the pages work

I have created a Shopify App with a Checkout UI and Shipping Discount Function. Everything works when I am testing with npm run dev in my dev store.

I run:

npm build

npm deploy

The new version of my app shows up in the partner dashboard. I created a custom app link for my client and install the app in their dev store.

None of the pages render and I get the error:

cent-chess-cu-binary.trycloudflar.com’s server IP address could not be found.

what do I need to do to get a production version of the app running properly.

2 Likes

I’m having a similar issue. In my case I’m just trying to test local changes (not production) but I get the same warning

Hi, same error here. Has anyone found a solution to this problem?

Hey, Shopify staff members, please help. I have the same issue.

For anyone interested I managed to get it working by making sure the config files in the app had the correct url. So to facilitate this I made sure I have multiple TOML files with config for each environment.

  • shopify.app.development.toml

  • shopify.app.production.toml