veda-consulting-company / uk.co.vedaconsulting.mosaico

Other
39 stars 75 forks source link

Trying To Trouble Shoot Blank Screen - Security Issue? #466

Closed themak1985 closed 1 year ago

themak1985 commented 3 years ago

I can't get any of the mosaico screens (block editor) to load - Drupal 8, Civi 5.38 - I see this in Dev tools and not sure how to fix it.

Mixed Content: The page at 'https://example.org/civicrm/a/#/mailing/37' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://example.org/sites/default/files/civicrm/ext/uk.co.vedaconsulting.mosaico/packages/mosaico/templates/versafix-1/template-versafix-1.html'. This request has been blocked; the content must be served over HTTPS.

themak1985 commented 3 years ago

This could be related to #457

mattwire commented 1 year ago

This sounds like a local configuration issue rather than a mosaico problem.

MegaphoneJon commented 1 year ago

Check CIVICRM_BASE_URL in civicrm.settings.php and make sure it's https. You can also likely configure your web server to redirect all requests to HTTPS.