- Knowledge Base
- Content
- Website & Landing Pages
- Troubleshoot content issues
Troubleshoot content issues
Last updated: March 3, 2026
Available with any of the following subscriptions, except where noted:
Common issues may occur while using the content editor or when viewing live HubSpot-hosted content. This article outlines common content issues and the steps to diagnose and resolve them.
Please note: if HubSpot Support or the HubSpot Status page confirms an ongoing incident affecting editors or previews, there's no immediate resolution while the incident is active. Monitor the HubSpot Status page or subscribe to updates to stay informed. Retry after the incident is marked as resolved. If the issue persists after resolution, contact HubSpot Support.
Content editor won't save changes
Changes may not save if the content is open in multiple browser tabs or on multiple devices at the same time. A dialog box may alert you that your changes aren't being saved in the content editor.
Close duplicate editor sessions
- In the dialog box, click Go back to editor.
- Copy any content updated since the last save.
- Close any duplicate browser tabs or windows displaying the same content. If no duplicates exist, view the revision history to confirm if another user has been editing the content on a different device.
- Reload the content editor to load the most recently saved version.
- Paste the copied content back into the editor.
- When finished, click Save.
Clear browser data if the issue persists
-
Try accessing the editor in a different browser.
Published content is displaying a 404 error
A 404 error appears when a live page doesn't exist at the URL entered in the browser.
Confirm the page is published
- Verify the content has been published in HubSpot.
- Confirm the URL entered in the browser exactly matches the page URL.
Confirm redirects and URL parameters
- Remove any URL parameters and test again.
- Confirm no broken URL redirects use this URL as the Original URL.
Confirm DNS and network conditions
- Confirm there are no DNS issues with your domain provider.
- Test the page on another network to rule out network issues.
Content won't load on a specific network
If your HubSpot-hosted content loads on some networks but not others, the issue may be related to internal DNS configuration.
Test for a network-specific issue
- On a mobile device, turn off Wi-Fi to use your cellular data network.
- Attempt to access the content.
- If the content loads, the issue is likely specific to the original network. In this case, visitors not using that network should be able to access the content without issue.
- If the content doesn't load, review the 404 troubleshooting steps.
Verify internal DNS configuration
- Work with your IT team or network administrator.
- Confirm CNAME records in the network's internal DNS configuration match the records in HubSpot.
Content hosted on SSL displays mixed-content warnings
Mixed-content warnings occur on a secure (https) HubSpot-hosted page with SSL when an external resource (e.g., an external stylesheet) tries to load from an insecure (http) source. To resolve this, you can either update the asset's URL or upload the asset to HubSpot.
Update insecure asset URLs
- In your HubSpot-hosted content, locate the URL for the external asset causing the warning. Common sources include:
srcattributes of images in rich text or custom HTML modules.@font-facedeclarations for external fonts.@importexternal stylesheet references.
- In the insecure URL (http), edit the prefix to https.
- Publish your changes then reload the content to confirm the warning is resolved. If the asset fails to load, it may not be available over a secure URL (https). In this case, you'll need to upload the asset.
Upload the asset to HubSpot
- Download the asset from its external source.
- In your HubSpot account, navigate to Content > Files. If you're using HubSpot's free tools, navigate to Marketing > Email. In the top right, click Email tools and select Files.
- On the File page, click Upload files in the top right.
- Select and upload the asset file.
- Once uploaded, click the name of the file.
- In the right panel, click Copy URL.
- Return to your content and replace the insecure URL (http) with the new URL (https).
- Publish your changes then reload the content to confirm the warning is resolved.
Learn more about how stylesheets are attached to content in HubSpot.
Template updates aren't reflected in existing content
Changes to locked modules and global modules apply automatically to existing content, but changes to other modules don't.
Lock a module in the design manager
- In your HubSpot account, navigate to Content > Design Manager.
- In the finder, click the name of your template.
- For drag and drop templates:
- In the layout editor, right-click the module,
- In the inspector, toggle the Prevent editing in content editors switch on.
- For coded templates:
- In the code editor, locate the module.
- Add the
overrideableparameter. Learn more about using parameters with modules.
- In the top right, click Publish changes.
Trigger content to re-render
If changes to locked or global content aren't appearing in live content:
- In the content editor, make a small edit to the content (e.g., add a space).
- Click Publish or Update to take the changes live.