Dashboard Edit does not pop up

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

Quick update: This behaviour survived a re-install of NR on the Pi.

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.

I click the area , it gets kind of grey. Nothing happens. Neither on the left nor on the right panel.

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
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 

For D2 it is http://192.168.0.34:1880/dashboard

Does the browser error appear when you click the button?

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.

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.

did that : no fix.

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]

Do you know what happened between it working and not working?

Not exactly. Nothing earth shattering. I asked for a test my best buddy to create a flow, importet it. Nothing special.

Did you install any new nodes?

no. i did not.