Theme does not render properly on Cloud IDE
Date Published: September 29, 2023
At times, the website theme may not appear properly on Cloud IDE due to several reasons. If you encounter the error message "Mixed Content" in the console of the IDE URL, it means that the page is hosted on HTTPS, but certain stylesheet requests are made insecurely over HTTP, causing the request to be blocked.
This happens because Cloud IDE is hosted on HTTP, and many HTTP requests get blocked by the browser. Consequently, the loading request for many theme files gets rejected, and the website theme may not render correctly.
Resolution:
To fix this error, you can enable mixed content in your browser.
Chrome:
- Click the lock (caution) icon, then click Site settings.
- Scroll to Insecure content, then use the drop-down list to change “Block (default)” to “Allow.”
- Reload the page.
Mozilla Firefox
Microsoft Edge
- Click the lock (caution) icon, then click Site Permissions.
- Scroll to Insecure content, then use the drop-down list to change “Block (default)” to “Allow”.
-
Reload the page.