Project not loading when placed on server

Hi everyone. I’ve recently made a project that when I export to my server it fails to load. All I see is the loading bar and then it disappears and doesn’t load the project. I’ve uploaded loads of projected and I’ve never had this issue before. Is there something I should check to figure out the issue?

The project loads perfectly fine locally. It’s just when on my server this particular project doesn’t load. My previous projects work just fine.

Do you see anything in the developer console for your browser?

In Chrome, you can access the developer console by typing ⌘ + shift + i and then clicking on ‘Console’ to see errors. You may need to refresh that page to see all errors.

Thanks for getting back to me. So I’m getting the following error:

Uncaught ReferenceError: $ is not defined
at Object.myCallback [as callback] (NAME OF FILE.html:32)
at kb (HYPE-584.thin.min.js:75)
at Tg (HYPE-584.thin.min.js:64)
at Se (HYPE-584.thin.min.js:63)
at b (HYPE-584.thin.min.js:64)
at AudioContext.Bb.decodeAudioData.b.va (HYPE-584.thin.min.js:83)

The other errors I’m getting is related to HTTPS:

was loaded over HTTPS, but requested an insecure script ‘http://code.jquery.com/jquery-1.11.0.min.js’. This request has been blocked; the content must be served over HTTPS.

So I guess this might be related to the script to allow full screen?

Change this to https://code.jquery.com

1 Like

Many thanks Daniel that fixed it! Sorry for the silly question!

No problemo, glad that did it!