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.