Server ui workspace is blank

Hello,

I reopened a simple projet I have been working on, and the server workspace is blank, not loading. I have reinstalled node-red and node.js, and cannot find where the problem comes from, it was working just fine last friday... Here are some screenshots explaining the problem and the only error I could find.

I would appreciate any tip or idea, thank you!!

Node-RED version: v2.2.2
7 Jun 17:41:06 - [info] Node.js version: v18.2.0
7 Jun 17:41:06 - [info] Windows_NT 10.0.17763 x64 LE

Welcome to Node-RED
===================

7 Jun 17:41:06 - [info] Node-RED version: v2.2.2
7 Jun 17:41:06 - [info] Node.js  version: v18.2.0
7 Jun 17:41:06 - [info] Windows_NT 10.0.17763 x64 LE
7 Jun 17:41:08 - [info] Loading palette nodes
7 Jun 17:41:10 - [info] Settings file  : C:\Users\Admin\.node-red\settings.js
7 Jun 17:41:10 - [info] Context store  : 'default' [module=memory]
7 Jun 17:41:10 - [info] User directory : \Users\Admin\.node-red
7 Jun 17:41:10 - [warn] Projects disabled : editorTheme.projects.enabled=false
7 Jun 17:41:10 - [info] Flows file     : \Users\Admin\.node-red\flows.json
7 Jun 17:41:10 - [warn]

---------------------------------------------------------------------
Your flow credentials file is encrypted using a system-generated key.

If the system-generated key is lost for any reason, your credentials
file will not be recoverable, you will have to delete it and re-enter
your credentials.

You should set your own key using the 'credentialSecret' option in
your settings file. Node-RED will then re-encrypt your credentials
file using your chosen key the next time you deploy a change.
---------------------------------------------------------------------

7 Jun 17:41:10 - [info] Server now running at http://127.0.0.1:1880/
7 Jun 17:41:11 - [info] Starting flows
7 Jun 17:41:11 - [info] Started flows
7 Jun 17:45:32 - [info] Stopping flows
7 Jun 17:45:32 - [info] Stopped flows


internet explorer? God no. Use Chrome (or anything else in the world of browsers) :wink:

Hmm, indeed!

You do know that it is being actively removed from Windows by Microsoft in a month or so's time don't you? Also that it no longer supports a large proportion of web sites?

If you are using Windows, Microsoft Edge is an excellent browser and based on Chromium which uses the V8 JavaScript engine. So it is modern and up-to-date and not in total thrall to the Googly monster. It even has an IE mode in case you are stuck with some horrid legacy app.

Or, if you want something less corporate, try Vivaldi or Brave. Heck, even Apple's monstrosity of a browser is more up-to-date (though a long way behind Chromium). You certainly want something that supports at least ES2019 - which is most browsers but not IE.

You are right, there were multiple other problems that didn't allow me to access node-red on my physical machine and on the virtual machine it was definitely the web-browser(I only had Internet Explorer :grimacing:). Worked just fine on Google Chrome!
Thank you!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.