Hey team – I can no longer get my development environment to work properly after upgrading the shopify CLI to 85. The exact same code that is running in my production store/app, now no longer triggers the discount path in my local environment / dev app. They are the same code with separate config files. Suddenly stopped firing yesterday afternoon.
Blowing away dev environment to clean up all artifacts
Resetting my config
Downgrading the cli to 84.1
Deleting the extension, deploy, add back, deploy
Uninstalling / reinstalling
Reconfiguring discount
Updating to 2025-07
Basically everything I can think of and the function just no longer triggers as it did before. Im quite lost as to what to try next here. Everything else about the app continues to work fine except the cart function where my discounts are applied to the overall order. Never see any logs when tailing the funciton in the console either or in shopify watch. Also of note that now sometimes my app just no longer works in my development environment where the buttons in my theme extension just lock up until I uninstall/reinstall the app which I have never experienced before.
Have you tried using shopify app dev and seeing if there any errors or runs when that is active?
Shopify now keeps any dev versions of code running after dev command is finished running so might be the issue. You can see it here Test apps locally
It should be noted that every time I deploy – it locks up the rest of my extension. None of my theme UI continues to be interactive which has absolutely nothing to do with the function. What I believe is that something is bad with my bundled App and Im getting no errors anywhere to surface what is wrong and everything runs fine for the most part after it unfreezes.