I received the error “The preview could not load due to a http/https mismatch. Please check that HTTPS is properly configured on your site.” Since I’m using a multi-site, I wasn’t able to change the WP_HOME and WP_SITEURL in the wp-config as suggested. The below solution worked for me and I thought to share it for those that encounter the same issue:
- Comment out the multisite code in wp-config.php
- Login again to WP
- Go back to settings and reading as if a single site.
- change http to https
- uncomment multisite code in wp-content
- Proceed as normal
This is the site where I found the solution: https://wordpress.stackexchange.com/questions/313294/multi-site-change-the-url-of-main-site-to-https