Cannot load file when testing HTML5 builds on chromium64

Hi,

I tried to package a basic 2D side scroller project into HTML5 but I get a “One or more downloads failed! Please refresh this page” error message when trying to open the generated HTML file on chromium 64 bits and chrome 32 bit.
The requested files are located near the html file like file:///C:/Users/me/Documents/unrealProj/HTML5/testProject.data.js.gz

I just launched the HTML5LaunchHelper.exe file and then I tried to open the html file in the web browser. Did I miss something?

Nevermind…

I just found out you have to use your local server address and not the html file directly inside the browser…

something like: http://localhost:8000/myProject.html

This is really inconvenient…
Why couldn’t they make it automatically redirect to that address via the file itself?