For the complete documentation index, see llms.txt. This page is also available as Markdown.

"Failed to load the page" in Shopify Theme Editor — how to fix

Fix the "Failed to load the page" error in the Shopify Theme Editor with the Avante theme. Common causes: Preload links on hover setting, VPN or proxy, multiple people editing at the same time.

The Shopify Theme Editor may show a "Failed to load the page" error with messages like "Page is redirecting to an unsupported URL" or "Page failed to load due to an error." This is not a theme bug — it's caused by the editor environment conflicting with certain browser or theme settings. Below are the three most common causes and how to fix each one.


The most common cause. Avante includes a performance feature that preloads pages when you hover over links — this speeds up navigation for your customers. However, the Shopify Theme Editor loads your store inside an iframe, and the preload script can redirect the iframe to an unsupported URL, crashing the editor.

Fix:

1

Open your Shopify Admin → Online Store → Themes

2

Click Edit theme on your theme

3

If the editor loads — go to Theme settings → Animation

4

Uncheck Preload links on hover

5

Save

If the editor won't load at all, disable the setting via code:

1

Go to Online Store → Themes → Actions → Edit code

2

Open config/settings_data.json

3

Search for "preload_links" and change its value to false

4

Click Save

The Theme Editor will work immediately after this change. You can keep the setting off permanently — it only affects hover-based preloading and has no visible impact on your store's speed or functionality.

lightbulb

Cause 2: VPN or proxy connection

A VPN can interfere with how Shopify loads the Theme Editor preview. The editor connects to your store URL inside an iframe — if the VPN redirects, blocks, or alters that connection, Shopify treats it as an unsupported URL redirect and shows the error.

Fix:

1

Disable your VPN or proxy

2

Reload the Theme Editor

3

If the editor loads, your VPN was the cause

If you need a VPN for work, try switching to a server in the same region as your Shopify store, or add *.myshopify.com and *.shopify.com to your VPN's bypass/split-tunneling list.


Cause 3: Multiple people editing at the same time

Shopify's Theme Editor does not fully support concurrent editing. If two or more people (or browser tabs) have the same theme open in the editor simultaneously, it can cause loading conflicts and trigger this error.

Fix:

1

Make sure no one else is working in the Theme Editor on the same theme

2

Close any other browser tabs that have the editor open

3

Reload the editor

sparkles

Still seeing the error?

If none of the above resolves the issue:

  1. Try a different browser or incognito/private window

  2. Clear your browser cache

  3. Check if your theme version is outdated — see How to update your Shopify theme

If the problem persists, contact our support team with your store URL and a screenshot of the error.


Last updated

Was this helpful?