Theme editor for Broadcast (v5.8.2 and other versions) fails to load, showing “Page is redirecting to an unsupported URL,” “Page failed to load,” and “Liquid error: memory limits exceeded.” Issue started intermittently and became widespread; other themes (e.g., Dawn) load fine and storefronts still work.
Root cause and status:
Confirmed Shopify-side bug from a recent cloud update, linked to Liquid “style” tags (Liquid is Shopify’s templating language). Shopify has an open ticket and is working on a fix; no resolution yet.
Theme vendor acknowledges the issue and offers support, noting a backlog and limited weekend coverage.
Workarounds reported to succeed:
In cart-drawer.liquid, replace all Liquid style tags with HTML tags: {% style %} → , {% endstyle %} → (including dashed variants). Multiple instances may exist.
Install a fresh copy of Broadcast 5.8.2 to access the editor, or temporarily switch to/edit an older version and republish.
Removing certain sections or deleting settings that reference style tags can help (likely because they invoke the same tags).
Extras: A related forum link and screenshots were shared to illustrate errors. Discussion remains open pending Shopify’s official fix.
Summarized with AI on December 15.
AI used: gpt-5.
Is anyone else experiencing theme editor issues today? I couldn’t get into the editor due to the following error message:
Page is redirecting to an unsupported URL
Page failed to load due to an error
I’ve contacted Shopify and confirmed that it wasn’t an issue on their end. I also tried a free theme Dawn, and the theme editor loaded just fine. All Broadcast versions (previous and current) can’t load the theme editor!
It’s been going on for week? This just happened to me today. I’ve recently updated to the latest theme version but made not changes to app. Have you contacted the theme support? I’m waiting for a response.
Have you heard from Shopify or theme support regarding this? I have other themes in Shopify and was able to load the theme editor, so I tend to think it’s Broadcast theme issue and not Shopify as others commented.
This is counterintuitive (and stupid), but it works for me as I really needed to update my live site due to missing content! I have an old theme version that allowed me to access theme editor, so I spent hours customizing it like the live version and publish. The live version is now allowing me to access the theme editor (until it fails again), but hopefully it does the trick in the time being.
I chatted with Shopify support last night and they confirmed there is a bug somewhere on their side causing the issue and there is a ticket to investigate and fix it.
I did find that by going to the Theme Store and installing a new fresh copy of Broadcast 5.8.2 I am able to access the editor. That said, the actual customer-facing site works fine, and I’m not really up for spending a few dozen hours re-doing all of my work there, so I’m just going to wait for the fix from Shopify.
Today, a customer using our Avada SEO app also encountered a similar error with this theme. I fixed it for them by removing the sections I highlighted in red.
My name’s Bobby and I’m the technical support team lead at Presidio Creative and Invisible Themes. We are aware of this issue and I can confirm that it’s a problem that came from an over-the-cloud Shopify update. It started slow on just a few test and stores and then spread to a lot more.
From what we’ve gathered, the issue is related to the use of Liquid ‘style’ tags.
With that out of the way. What is the fix or do we have a patch for it?
A fix for this will officially come from Shopify. From chatting with their own support rep (Yan), I can confirm that they’re at work but it’s been hard to nail down. The good news is that I’m not getting the ‘this is a third-party theme’ response which is a step in the right direction.
Do we at least have a patch until this is resolved? Yes! Please feel free to reach out to us in support and we’ll try our best to get back to you and get it sorted out. Please keep in mind that we are facing quite a big backlog of reports and we don’t work weekends so we’re trying our best to get on top of this issue.
For the more tech-savvy who prefer to DIY it as a quick fix, all you need to do is go into the ‘cart-drawer.liquid’ file and find the opening and closing liquid style tags. Depending on your version there could be more than one and they could include dashes. In short, this is what you need to do:
Replace all instances of ‘{% style %}’ and ‘{%- style -%}’ with ‘’.
Replace all instances of ‘{% endstyle %}’ and ‘{%- endstyle -%}’ with ‘’.
Once that’s done, save the changes and that should get it sorted out. One of the suggested solutions I saw was to delete a few settings. That works simply because these settings lead back to style tags.
I hope this helps a few folks over the weekend and I’ll catch you all back on Monday!