Hi, i can’t make it work in windows. How should I run node-red?
24 Apr 14:49:56 - [info] Red Bot Mission Control is not enabled.
24 Apr 14:49:56 - [info] Enable it running with the REDBOT_ENABLE_MISSION_CONTROL environment variable:
24 Apr 14:49:56 - [info] REDBOT_ENABLE_MISSION_CONTROL=true node-red -u /my-user-dir
When i open a terminal and run “node-red REDBOT_ENABLE_MISSION_CONTROL=true -u /my-user-dir” it doesn’t work. I go to http://localhost:1880/mc/ and it says
Cannot GET /mc/
what am i missing here?
I am super new to node-red.
This is the full log for when I try to run this node-red with mission control
Welcome to Node-RED
24 Apr 15:20:33 - [info] Node-RED version: v3.0.2
24 Apr 15:20:33 - [info] Node.js version: v18.14.2
24 Apr 15:20:33 - [info] Windows_NT 10.0.19044 x64 LE
24 Apr 15:20:34 - [info] Loading palette nodes
24 Apr 15:20:35 - [warn] ------------------------------------------------------
24 Apr 15:20:35 - [warn] [node-red-node-rbe/rbe] ‘rbe’ already registered by module node-red
24 Apr 15:20:35 - [warn] ------------------------------------------------------
24 Apr 15:20:35 - [info] Settings file : C:\my-user-dir\settings.js
24 Apr 15:20:35 - [info] Context store : ‘default’ [module=memory]
24 Apr 15:20:35 - [info] User directory : C:\my-user-dir
24 Apr 15:20:35 - [warn] Projects disabled : editorTheme.projects.enabled=false
24 Apr 15:20:35 - [info] Flows file : C:\my-user-dir\flows.json
24 Apr 15:20:35 - [info] Creating new flow file
24 Apr 15:20:35 - [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.
24 Apr 15:20:35 - [warn] Encrypted credentials not found
24 Apr 15:20:35 - [info] Server now running at http://127.0.0.1:1880/
24 Apr 15:20:35 - [info] Starting flows
24 Apr 15:20:35 - [info] Started flows
Strange I don’t see any errors in the log, unfortunately I don’t have windows so it’s difficult for me to test it.
Do you see any errors in the system console when you try to access localhost:1880/mc?
Seems that the admin is running on a differet port / base dir? Can you handover the settings.js (after you removed all sensible informations like tokens, secret, etc) so we can give a look and check if there’s some configuration I didn’t take into account.
Guido