I’m running node-red in Home Assistant. I’ve installed the pallet: @ flowfuse/node-red-dashboard
when I go to my dashboard x.x.x.x:1880/endpoint/dashboard/page1
I get below message:
the dashboard v1 just works on x.x.x.x:1880/endpoint/ui/
the logfile of the add-on gives me this:
> start
> node $NODE_OPTIONS node_modules/node-red/red.js --settings /etc/node-red/config.js
22 Aug 13:44:27 - [info]
Welcome to Node-RED
===================
22 Aug 13:44:27 - [info] Node-RED version: v4.0.9
22 Aug 13:44:27 - [info] Node.js version: v22.16.0
22 Aug 13:44:27 - [info] Linux 6.12.34-haos-raspi arm64 LE
22 Aug 13:44:28 - [info] Loading palette nodes
22 Aug 13:44:28 - [info] Node-RED Contrib Theme Collection version: v4.0.11
22 Aug 13:44:29 - [info] Dashboard version 3.6.5 started at /endpoint/ui
22 Aug 13:44:30 - [info] node-red-contrib-home-assistant-websocket v0.77.1 nodes initialized
22 Aug 13:44:30 - [info] Settings file : /etc/node-red/config.js
22 Aug 13:44:30 - [info] Context store : 'default' [module=memory]
22 Aug 13:44:30 - [info] User directory : /config/
22 Aug 13:44:30 - [warn] Projects disabled : editorTheme.projects.enabled=false
22 Aug 13:44:30 - [info] Flows file : /config/flows.json
22 Aug 13:44:30 - [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.
---------------------------------------------------------------------
22 Aug 13:44:30 - [info] Server now running at http://127.0.0.1:46836/
22 Aug 13:44:30 - [warn] Encrypted credentials not found
22 Aug 13:44:30 - [info] Starting flows
22 Aug 13:44:30 - [info] Started flows
[13:44:30] INFO: Starting NGinx...
22 Aug 13:44:35 - [info] [server:Home Assistant] Connecting to http://supervisor/core
22 Aug 13:44:35 - [info] [server:Home Assistant] Connected to http://supervisor/core
22 Aug 13:46:11 - [info] Stopping flows
22 Aug 13:46:11 - [info] [server:Home Assistant] Closing connection to http://supervisor/core
22 Aug 13:46:11 - [info] Stopped flows
22 Aug 13:46:11 - [info] Updated flows
22 Aug 13:46:11 - [info] Starting flows
22 Aug 13:46:11 - [info] Started flows
22 Aug 13:46:16 - [info] [server:Home Assistant] Connecting to http://supervisor/core
22 Aug 13:46:16 - [info] [server:Home Assistant] Connected to http://supervisor/core
22 Aug 13:46:49 - [info] Installing module: @flowfuse/node-red-dashboard, version: 1.26.0
22 Aug 13:47:02 - [info] Installed module: @flowfuse/node-red-dashboard
22 Aug 13:47:02 - [info] Added node types:
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-base
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-page
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-link
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-group
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-theme
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-form
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-text-input
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-number-input
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-file-input
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-button
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-button-group
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-dropdown
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-radio-group
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-slider
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-spacer
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-switch
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-text
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-table
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-chart
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-gauge
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-notification
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-audio
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-markdown
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-template
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-event
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-control
22 Aug 13:47:02 - [info] - @flowfuse/node-red-dashboard:ui-progress
22 Aug 13:47:25 - [info] Stopping flows
22 Aug 13:47:25 - [info] [server:Home Assistant] Closing connection to http://supervisor/core
22 Aug 13:47:25 - [info] Stopped flows
22 Aug 13:47:25 - [info] Updated flows
22 Aug 13:47:25 - [info] Starting flows
22 Aug 13:47:25 - [info] [ui-base:My Dashboard] Node-RED Dashboard 2.0 (v1.26.0) started at /dashboard
22 Aug 13:47:25 - [info] [ui-base:My Dashboard] Created socket.io server bound to Node-RED port at path /endpoint/dashboard/socket.io
22 Aug 13:47:25 - [info] Started flows
22 Aug 13:47:30 - [info] [server:Home Assistant] Connecting to http://supervisor/core
22 Aug 13:47:30 - [info] [server:Home Assistant] Connected to http://supervisor/core
22 Aug 13:47:42 - [info] [ui-base:My Dashboard] Disconnected nceU83b2T67kGk9gAAAB due to transport close
22 Aug 13:47:52 - [info] [ui-base:My Dashboard] Disconnected wmsEfkX27Bar8N-gAAAD due to transport close
22 Aug 14:39:36 - [info] [ui-base:My Dashboard] Disconnected EExujJjx3uwasxVWAAAF due to transport close
22 Aug 14:39:57 - [info] [ui-base:My Dashboard] Disconnected 9BhxqSaKlMblaab5AAAH due to transport close
22 Aug 14:40:18 - [info] [ui-base:My Dashboard] Disconnected WLWsJJUqXJQr-niVAAAJ due to transport close
22 Aug 14:40:39 - [info] [ui-base:My Dashboard] Disconnected UpsMDRk0SJRuD2usAAAL due to transport close
22 Aug 14:41:00 - [info] [ui-base:My Dashboard] Disconnected Tl0GaTH52z4uya5yAAAN due to transport close
22 Aug 14:41:21 - [info] [ui-base:My Dashboard] Disconnected VsuNx258ESGk12znAAAP due to transport close
22 Aug 14:41:42 - [info] [ui-base:My Dashboard] Disconnected fsPYwDhPdNFWj1_EAAAR due to transport close
22 Aug 14:42:03 - [info] [ui-base:My Dashboard] Disconnected LIcRweu7NezmHEqcAAAT due to transport close
22 Aug 14:42:24 - [info] [ui-base:My Dashboard] Disconnected a6eyiNj-QIp0Yd9xAAAV due to transport close