[SOLVED] Getting 404 for hosted config.html asset

That’s an absolute url. As it starts with a / instead of declaring a path “relative” to the HTML file.

It should be

<script type="text/javascript" src="config.js"></script>
1 Like