today I installed the same Nodejs and Node-RED in two different places for project testing. One in my own laptop, another in a lab server (where constraints exists for public network access, a http proxy must be used to access), nodered environment in my laptop works well; nodered environment in lab server has issues, the entry page load failed, an empty page is populated and there's some errors when checking browser console with F12.
Any kind advise on how to get rid of those errors and let nodered work in the lab server?
thank you for reply and suggestion!
I understood them well.
My motivation to post this topic is that the page is NOT rendered correctly due to some errors (I pasted the error page above), so there's no left side bar for me to click (or drag).
On my own laptop (which has no network access limitation), I successfully saw everything like below:
How do you start Node-red?
There may be clues in the startup log.
On Linux you can see this in a terminal window by running node-red-stop and then node-red-start. I don't know the Windows equivalent.
As long as it is being maintained. The default browser on Windows Server 2022 is MS Edge (Chromium) which should self-update to the latest version.
IE 11 is also installed on that version of Windows Server as well though so (though it isn't the default) you need to make sure you are using Edge and that the server is fully patched.