I have downloaded a GitHub repo with a node application and html front end. When I launch the node server and run everything locally, everything gets displayed correctly. When I launch the whole app via https, the html landing page loads correctly, but all other files that are referenced in it run on 404 not found error. This happens always when I use Github repos, all other projects with the same https setup load all files without problems. My OS is Windows Server. I have checked "unblock" under porperties of every concerning file, since it was showing "This file came from another computer and might be blocked to help protect this computer". Everything else looks like just like all the other files. Does anyone have an idea what it could be?