Hi - when inspecting my site, I now get this error Error code: STATUS_BREAKPOINT. This is only recent and comes up when using both chrome and edge. I have cleared the cache and cookies with no success. Not sure where to go from here. Any help would be appreciated.
That error isn’t actually coming from Shopify itself; it’s a browser-level crash (STATUS_BREAKPOINT is a Chrome/Edge thing when the browser hits something unexpected). A few things worth trying:
Update your browser (Chrome/Edge) to the latest version — this error is often tied to outdated builds.
Disable extensions temporarily to see if one is interfering. Ad-blockers or script managers sometimes cause it.
Test incognito or another device — if it works there, it’s definitely local browser-side, not Shopify.
Check heavy scripts — if you’ve recently added apps or custom code, try disabling them one by one. Sometimes too many scripts can overwhelm the browser.
It’s not fatal to your site itself, but it does hint that something new on the front end may be tripping up browsers. If you still find issues with it, let me know I’ll come in to aid.
Hey Nick, that rules out the usual suspects like extensions, cache, and scripts.
A few more things to try:
Check for problematic theme code – sometimes a recent theme update or custom section can trigger STATUS_BREAKPOINT. Try temporarily switching to a default Shopify theme (like Dawn) to see if the error persists.
Browser flags & GPU acceleration – rare, but sometimes Chrome/Edge flags or GPU acceleration conflicts can trigger breakpoint errors. Try disabling hardware acceleration in both browsers.
Network / firewall interference – some VPNs, proxies, or strict corporate firewalls can trigger these errors when rendering certain JS-heavy pages.
If the error still shows after that, it’s likely a deeper JS or rendering issue specific to your theme or a third-party script. I can help you dig into the code safely if you want.
Looks like it’s not some code failure itself, the site seem to work as expected when not inspected (rimes? ).
Safari seems to be ok though
I’d approach it by disabling apps, one by one and seeing it it helps. I’d say that probably JS code is too complicated to be debugged and this is why inspector fails.
Also worth trying older theme copies to see whether older versions exhibit the same problem.