If you open Developer Console (f12) and do “normal website debugging”
You’ll find that your content failed to load due to “mixed content” restrictions
The Twitch Website is over SSL (https) and normally a Website over SSL will not load content over none SSL (http) as that is a security risk.
You can either
- enable mixed content (not recommened) how to do this will depend on your browser
- setup your test environement to provide SSL, the “quickest” method for this is to use NGROK