Shopify app deploy not updating application_url

Hello,

Today I was trying to deploy my app.toml with a new url, but its not working.
Locally, running shopify app dev, everything work fine, but now that I’m deploying to production I do the following:

  1. Update the url in the shopify.app.toml to target the production url ( https://domain.com/ );
  2. Run shopify app deploy ( succeed (;
  3. Goes to my development store and open the app

This end in the following error:
extraordinary-jose-clerk-disturbed.trycloudflare.com’s server IP address could not be found.

still same using shopify app deploy —force or adding the include_config_on_deploy = true

CLI Version: 3.84.1

Any help?

As you can see in the screen, the active version has the right url (i had to hide it for privacy).

Solved! Unisntalling the app and reinstalling it solved.
The expected behavior is that on shopify app deploy the app is updated without the need of reinstalling.

Hi @nktznl

Is this the same store where you had previously run shopify app dev?

The dev version of your app will remain on that store until you run shopify app dev clean. We plan to add an option to reset to the deployed state in the Dev Console as well.

@NickWesselman yes, was same app and same toml, on the same theme.
As I said, reinstalling the app in the dev store solved.

Anyway I still have a problem with the Embedded app checks, that are not being triggered.
App id: 256809402369 (already deployed to production). Can you help?

@Lennard have you tried reinstalling?

My issues were resolved here (might be helpful for others to read): Issue with shopify app dev not updating URLs after upgrading CLI - #13 by Lennard

1 Like