duaw
10 July 2026 08:55
1
Dear all!
When I click on the area to show the dashboard editing palette … it does not appear
Not shown, not selected from NR . (Therefore, I put it under category General).
Everthing else does appear properly. Click: selected, shown; click again: unselected not shown.
I can not edit the dashboard anymore. Neither Firefox nor Safari.
Any idea how to rectify this?
Cheers, Uwe
duaw
10 July 2026 09:06
2
Quick update: This behaviour survived a re-install of NR on the Pi.
Colin
10 July 2026 09:24
3
Does it appear if you enable the left hand panel too? The second button from the right.
If not, can you show us a full window snapshot after you have selected it please.
duaw
10 July 2026 09:30
4
I click the area , it gets kind of grey. Nothing happens. Neither on the left nor on the right panel.
Colin
10 July 2026 09:38
5
Are there any errors shown if you open the Browser Developer Tools, refresh the page and click the button?
Can you stop and restart node red and post the startup log here please. If it is a conventional pi install then use
node-red-stop
node-red-start
duaw
10 July 2026 10:06
6
10 Jul 11:54:18 - [info]
Willkommen bei Node-RED
===================
10 Jul 11:54:18 - [info] Node-RED Version: v5.0.1
10 Jul 11:54:18 - [info] Node.js Version: v24.18.0
10 Jul 11:54:18 - [info] Linux 6.18.33+rpt-rpi-v7 arm LE
10 Jul 11:54:20 - [info] Paletten-Nodes werden geladen
10 Jul 11:54:24 - [info] Einstellungsdatei: /home/pi/.node-red/settings.js
10 Jul 11:54:24 - [info] Kontextspeicher: default [module=memory]
10 Jul 11:54:24 - [info] Benutzerverzeichnis: /home/pi/.node-red
10 Jul 11:54:24 - [info] Projektverzeichnis: /home/pi/.node-red/projects
10 Jul 11:54:24 - [warn] Kein aktives Projekt: Es wird die Standarddatei für die Flows verwendet
10 Jul 11:54:24 - [info] Flow-Datei: /home/pi/.node-red/flows.json
10 Jul 11:54:24 - [info] Server wird jetzt auf http://127.0.0.1:1880/ ausgeführt
10 Jul 11:54:24 - [info] Flows werden gestartet
10 Jul 11:54:24 - [info] [ui-base:🍓 𝜋 0.34] Node-RED Dashboard 2.0 (v1.30.2) started at /dashboard
10 Jul 11:54:24 - [info] [ui-base:🍓 𝜋 0.34] Created socket.io server bound to Node-RED port at path /dashboard/socket.io
10 Jul 11:54:25 - [info] Flows sind gestartet
10 Jul 11:54:25 - [info] [mqtt-broker:raspberry-70] Verbindung zum Broker mqtt://192.168.0.34:1883 aufgebaut
10 Jul 11:54:25 - [info] [mqtt-broker:ESP32 Broker] Verbindung zum Broker nodered-dht22@mqtt://192.168.0.34:1883 aufgebaut
… looks normal. Used to work before.
http://192.168.0.34:1880/ui gives Cannot GET /ui (used to work before)
Browser Error
TypeError: can't access property "length", s is undefined background.js:1:75848
Colin
10 July 2026 10:12
7
For D2 it is http://192.168.0.34:1880/dashboard
Does the browser error appear when you click the button?
duaw
10 July 2026 10:19
8
Upps , but no:
The browser does not open when I click down there. It is suppose to open when I want it to open in the palette. However, there is no palette.
Colin
10 July 2026 10:27
9
It sounds like there is something wrong with the dashboard install. In the .node-red folder delete the node_modules folder then, in that folder run
npm install
That will re install all the additional nodes. Restart node red and see if that fixes it.
@duaw can you try dragging a dashboard node into the workspace first (assuming you haven't yet), then try opening the dashboard sidebar? I had seen issues opening the dashboard sidebar if there are absolutely no dashboard nodes (including the underlying config nodes) yet added.
duaw
10 July 2026 10:51
12
Did that: no fix
The other tabs have (previously well configured and working) uis.
The moment I click to show the DB2 palette the browser logs that error
TypeError: can't access property "length", s is undefined 3 [background.js:1:75848]
Colin
10 July 2026 14:04
13
Do you know what happened between it working and not working?
duaw
10 July 2026 20:15
14
Not exactly. Nothing earth shattering. I asked for a test my best buddy to create a flow, importet it. Nothing special.
Colin
10 July 2026 20:56
15
Did you install any new nodes?