Dashboard does not appear at all. White area on the browser

I just finished to set up a storagenode but the dashboard is not working, i only see a blank page on web. the logs are perfect , no errors and a lot of traffic. I’m on Windows 10 pro and i used the .msi

1 Like

Please explain by blank page does it actually try to load the page and its just blank? Do you have more then one node on the same windows running docker? You Could try press ctrl F5 and see if that helps.

the page just load for half a second and displays nothing , i have just one node and i’m not using docker, f5 does not help

Does the page display an error? Have you tried using other browsers?

i tried Firefox, edge and chrome , the page displays no errors

i got an error in the console of the browser

The resource from “http://localhost:14002/static/dist/js/app.js” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff).
localhost:14002
The resource from “http://localhost:14002/static/dist/js/vendors.js” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff).
localhost:14002
Loading failed for the <script> with source “http://localhost:14002/static/dist/js/vendors.js”. localhost:14002:1:1
The resource from “http://localhost:14002/static/dist/js/app.js” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff).
localhost:14002
Loading failed for the <script> with source “http://localhost:14002/static/dist/js/app.js”. localhost:14002:1:1

​

Do you have java disabled?

java is enabled by settings

temporary solution for windows users, through registry editor

I was able to get the same problem as you by blocking javascript.

java != javascript .

This issue already was reported before, and the latest workaround was using older version of Firefox 49, see Dashboard does not appear at all. White area on the browser - this MIME type blocking issue has been reported to the devs, so hopefully at some point it would get fixed

This seems to be incorrect because im using firefox version 71 and it works fine for me

that does not make the previously suggested solution incorrect. It is entirely possible that Firefox 71 works for you because it now allows you to customize what trackers etc you want to block https://venturebeat.com/2019/12/03/mozilla-firefox-71/ - so it may be possible for the user to fix the problem by using Firefox 71 and adjusting this blocking customization option

That maybe true But I didnt change anything though.

Is your issue resolved ?