tvillarete / apple-music-js

A music streaming service built from the ground up using React & Redux
http://tannerv.com/music
MIT License
1.83k stars 198 forks source link

the live demo can't fetch data from your backend-api #18

Closed LittleTheFu closed 4 years ago

LittleTheFu commented 4 years ago

Hi, the live demo seems not work because it can't fetch data through your backend-api.

tvillarete commented 4 years ago

Hey thanks for pointing that out. I recently attempted to change my website to use https, but ran into some technical issues with my server. I then decided to revert back to http, but the certificate had already been installed to some people's machines which causes Chrome to not load "unsafe scripts" (i.e. anything from my http web server).

Check the browser url, and if it's https, change it to http and things should load 👍