Map not loaded on “order-received” endpoint due to mixed-content error.
-
Hi,
The request to
http://maps.googleapis.com/maps/api/js?key="<your-google-api-key>"&signed_in=true&callback=gmap.process_reversehas been blocked due to a Mixed Content error: “the content must be served over HTTPS…”.this request error comes from
app.min.js?ver=2.3.9on the checkoutorder-receivedendpoint, when this specific page is loaded over HTTPS.This issue could be easily resolved by replacing the above request by its https equivalent in app.js, or did I miss something?
Thank you in advance for your help.
Simon.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Map not loaded on “order-received” endpoint due to mixed-content error.’ is closed to new replies.