RPI4 fresh install all dashboard nodes missing

I am installing a new RPI4. I used the
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) method. After the installation on the flow page of the pallet on the left all dashboard nodes are missing, all other standard nodes are present(compared with my RPI3) . See printscreen


and of RPI3:

node version: v12.18.3
RPI4: Linux rp4 5.4.51-v7l+ #1333 SMP Mon Aug 10 16:51:40 BST 2020 armv7l GNU/Linux
Node-Red V1.1.3

Any idea what I am doing wrong or any tip how to solve this ? Thanks in advance

Node-Red log:

Welcome to Node-RED
===================
18 Aug 06:44:46 - [info] Node-RED version: v1.1.3
18 Aug 06:44:46 - [info] Node.js  version: v12.18.3
18 Aug 06:44:46 - [info] Linux 5.4.51-v7l+ arm LE
18 Aug 06:44:47 - [info] Loading palette nodes
18 Aug 06:44:48 - [info] Settings file  : /home/pi/.node-red/settings.js
18 Aug 06:44:48 - [info] Context store  : 'default' [module=memory]
18 Aug 06:44:48 - [info] User directory : /home/pi/.node-red
18 Aug 06:44:48 - [warn] Projects disabled : editorTheme.projects.enabled=false
18 Aug 06:44:48 - [info] Flows file     : /home/pi/.node-red/flows_rp4.json
18 Aug 06:44:48 - [info] Creating new flow file
18 Aug 06:44:48 - [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.
---------------------------------------------------------------------
18 Aug 06:44:48 - [info] Starting flows
18 Aug 06:44:48 - [info] Started flows
18 Aug 06:44:48 - [info] Server now running at http://127.0.0.1:1880/

Installation log: Is available, but it is 45k 800 lines long but I am not allowed to upload it

The dashboard nodes are not part of the core install. You need to install node-red-dashboard, which you can do from Manage Palette.

2 Likes

Thank you. It solved my question :slightly_smiling_face:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.