My dashboard now just shows me the default welcome screen asking me to deploy nodes (" Welcome to the Node-RED Dashboard
Please add some UI nodes to your flow and redeploy.") , but it was working still few days ago and has worked for months without any maintenance. Node-red is starting without error and I can access the interface, it's just the dashboard that doesn't work.
From the log it says the dashboard is started at /ui
Welcome to Node-RED
===================
20 Jun 07:43:24 - [info] Node-RED version: v2.1.4
20 Jun 07:43:24 - [info] Node.js version: v12.22.5
20 Jun 07:43:24 - [info] Linux 5.10.63-v7l+ arm LE
20 Jun 07:43:25 - [info] Loading palette nodes
20 Jun 07:43:27 - [info] Dashboard version 3.1.7 started at /ui
20 Jun 07:43:27 - [info] Settings file : /root/.node-red/settings.js
20 Jun 07:43:27 - [info] Context store : 'default' [module=memory]
20 Jun 07:43:27 - [info] User directory : /root/.node-red
20 Jun 07:43:27 - [warn] Projects disabled : editorTheme.projects.enabled=false
20 Jun 07:43:27 - [info] Flows file : /root/.node-red/flows.json
20 Jun 07:43:27 - [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.
---------------------------------------------------------------------
20 Jun 07:43:28 - [info] Server now running at http://127.0.0.1:1880/
20 Jun 07:43:28 - [info] Starting flows
20 Jun 07:43:28 - [info] Started flows
20 Jun 07:43:28 - [info] [sqlitedb:1d491e80d6a313cc] opened /home/pi/Nodered/wujiang.db ok
20 Jun 07:43:28 - [info] [mqtt-broker:74ef89ff207982b8] Connected to broker: mqtt://localhost:1883
What else should I look at?