CartoDB / odyssey.js

Making it easy to merge map and narrative
BSD 3-Clause "New" or "Revised" License
1.62k stars 188 forks source link

Sandbox site broken, trying to load scripts over http rather than https #216

Open stuartlynn opened 8 years ago

stuartlynn commented 8 years ago

It looks like the main sandbox site is not working properly. All three of the options for making a map don't work and give errors like "$ is not defined". Looking at the console it looks like its trying to load scripts and css over http rather than https.

screen shot 2015-10-06 at 10 08 05 am

leoromanovsky commented 8 years ago

+1

ernesmb commented 8 years ago

@matallo also happened in SB/7280020

ernesmb commented 8 years ago

UPDATE: Sandbox is working OK now

oriolbx commented 8 years ago

@matallo @ernesmb The Sandbox is broken again.

matallo commented 8 years ago

the problem is it doesn't work with https, it does with http

http://cartodb.github.io/odyssey.js/

wboykinm commented 7 years ago

@matallo Is this as simple as a PR switching said "mixed content" to secure sources? I can take a crack at it if so.

erlenbusch commented 6 years ago

+1 love this tool but it really needs to be switched over to https, sandbox constantly broken.

htetaung04 commented 1 year ago

I'm having the same issue. Has anyone found a way to make it work?