-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom HTML "An unknown error occurred" mixed content error #8164
Comments
Tested and confirmed and noting that I saw a different warning in the console:
|
It seems like there is an unrelated bug in latest master with |
#8211 will help in debugging this but I don't think I'll get to this today so moving the milestone. Sorry 😞 |
I have had the same error, during developing webiste on address http://site.com HTML block work's fine. After change domain and activate https - HTML block display error. For me helped set addres in wp-config:
|
This solution worked for me as well. I didn't know about these statics before. |
I re-tested today on an SSL-enabled site, with the proper HTTPS values used for Closing as resolved. |
Describe the bug
When trying to use the custom HTML block the following is shown:
It appears to be unable to load the code editor because it's trying to load it via http on my https site. So the script is blocked.
To Reproduce
Steps to reproduce the behavior:
Additional context
Using Gutenberg 3.3.0
Just updated in fact and unfortunately the issue remains.
Running WordPress 4.9.7 on an ancient Ubuntu Server 12.04.5 box, with a very old PHP version (unfortunately)
The text was updated successfully, but these errors were encountered: