Windows 10; 1.14.0RC2 fails to load UI

navigating to localhost:5000 shows " Loading OctoPrint's UI, please wait..." forever.

From Chrome's console log I think this is the root-cause:

<edited, since new users can only put 2 links in a post>

Refused to execute script from 'localhost: 5000/static/webassets/packed_libs.js?3339d949' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
(index):1 Refused to execute script from 'localhost: 5000/static/webassets/packed_client.js?92e73cbf' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
(index):1 Refused to execute script from ' localhost: 5000/static/webassets/packed_core.js?a90e3d70' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
(index):6482 Uncaught ReferenceError: $ is not defined
at (index):6482

Background...

I installed Python 3.8 for Windows 10
I installed OctoPrint 1.4.0rc1 to c:\octoprint using the setting-up-octoprint-on-windows

I upgraded to 1.4.0rc2 on Dec 2

I tried using chrome and edge browsers.

Logs

octoprint.log (50.2 KB) Uploading: plugin_pluginmanager_console.log...

You may report this to the github

1 Like

Thank you.

I filed this github ticket

2 Likes

Have you tried to clean the browsers cache?

I used 2 separate browsers: Chrome and Edge. With the same behavior on both.

And I tried Chrome in Private Browsing mode as well. The behavior persists across all permutations.

I found this issue and resolution elsewhere


I updated my Registry and the UI now loads in Chrome.

1 Like