Scripts not loading for some reason

I have all those script tags at the end of an HTML file :

<script src="/js/variables.js"></script>
<script src="/js/checkhash.js"></script>
<script src="/js/loaduser.js"></script>
<script src="/js/loadguilds.js"></script>
<script src="/js/loadconnections.js"></script>
<script src="/js/loadchannels.js"></script>
<script src="/js/trigger.js"></script>

BUT when viewing the Dashboard (https://streamnotifier.glitch.me/dashboard) the scripts are not launching correctly and/or are missing in the console’s sources. The script tag are in the body (at the end of the file) instead of the head but it did not matter until now so I guess it still doesn’t matter.

I’m trying to debug this but it might also be an issue on my computer (cache ?) because there is no error in the logs. Let me know if youknow the origin of this problem or if it’s simply only on my side.

Note : Sometimes it works, it’s not 100% not working.

I seem to be getting rate limted, I’ll try looking at it later.

In the meantime, are you getting any errors in the console?

No there’s no errors, it looks like it was a temporary problem as it’s been a while (+/- an hour) without a problem. I have 429 because the bot had a Twitch webhook to Pokimane and she started streaming (so there was a lot of requests coming). I changed it to an other streamer 2 hours ago, it should be fine now.