# No Dashboard after Upgrade

**URL:** https://discourse.nodered.org/t/no-dashboard-after-upgrade/56948
**Category:** Dashboard
**Created:** [20 January 2022 05:17 UTC](https://discourse.nodered.org/t/no-dashboard-after-upgrade/56948 "2022-01-20T05:17:30Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Rufus\_0815](https://avatars.discourse-cdn.com/v4/letter/r/e495f1/32.png) [@Rufus\_0815](https://discourse.nodered.org/u/Rufus_0815)
#### Post date: [20 January 2022 05:17 UTC](https://discourse.nodered.org/t/no-dashboard-after-upgrade/56948/1 "2022-01-20T05:17:30Z")

</div>

Hi

I m using openhabian on a raspi device. After Upgrading to Openhab3 i upgraded node-red too (using the script) and even the nodes.  
Now the Dashboard is still blank (Please add some UI nodes to your flow and redeploy.) Any idea ?

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [20 January 2022 09:43 UTC](https://discourse.nodered.org/t/no-dashboard-after-upgrade/56948/2 "2022-01-20T09:43:49Z")

</div>

Is it showing the flows ok?

Please stop node-red and start it again in a terminal and post the full script you see in the terminal.

---

<div class="post-metadata">

### Author: ![Rufus\_0815](https://avatars.discourse-cdn.com/v4/letter/r/e495f1/32.png) [@Rufus\_0815](https://discourse.nodered.org/u/Rufus_0815)
#### Post date: [20 January 2022 11:11 UTC](https://discourse.nodered.org/t/no-dashboard-after-upgrade/56948/3 "2022-01-20T11:11:38Z")

</div>

Hi flows showing ok, they work.

20 Jan 12:10:29 - [info]

# Welcome to Node-RED

20 Jan 12:10:29 - [info] Node-RED version: v2.1.6  
20 Jan 12:10:29 - [info] Node.js version: v12.22.9  
20 Jan 12:10:29 - [info] Linux 5.10.63-v7l+ arm LE  
20 Jan 12:10:31 - [info] Loading palette nodes  
20 Jan 12:10:36 - [info] Dashboard version 2.23.2 started at /ui  
20 Jan 12:10:36 - [warn] Missing node modules:  
20 Jan 12:10:36 - [warn] - node-red-node-rbe (0.2.9): rbe  
20 Jan 12:10:36 - [warn] - node-red-node-tail (0.1.1): tail  
20 Jan 12:10:36 - [info] Removing modules from config  
20 Jan 12:10:36 - [info] Settings file : /root/.node-red/settings.js  
20 Jan 12:10:36 - [info] Context store : 'default' [module=memory]  
20 Jan 12:10:36 - [info] User directory : /root/.node-red  
20 Jan 12:10:36 - [warn] Projects disabled : editorTheme.projects.enabled=false  
20 Jan 12:10:36 - [info] Flows file : /root/.node-red/start  
20 Jan 12:10:36 - [info] Creating new flow file  
20 Jan 12:10:36 - [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 Jan 12:10:37 - [error] Unable to listen on [http://127.0.0.1:1880/](http://127.0.0.1:1880/)  
20 Jan 12:10:37 - [error] Error: port in use

---

<div class="post-metadata">

### Author: ![Rufus\_0815](https://avatars.discourse-cdn.com/v4/letter/r/e495f1/32.png) [@Rufus\_0815](https://discourse.nodered.org/u/Rufus_0815)
#### Post date: [20 January 2022 11:16 UTC](https://discourse.nodered.org/t/no-dashboard-after-upgrade/56948/4 "2022-01-20T11:16:49Z")

</div>

okay i think i did it

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [20 January 2022 11:28 UTC](https://discourse.nodered.org/t/no-dashboard-after-upgrade/56948/5 "2022-01-20T11:28:37Z")

</div>

> [@Rufus\_0815](#):
>
> 20 Jan 12:10:37 - [error] Error: port in use

node-red (or something else using port 1880) is already running.  
Stop that then try again (on a PI that would be `node-red-stop`)

> [@Rufus\_0815](#):
>
> OK looks like conflict rbe and tail with node red

Dont worry about these for now - easily fixed ([RBE node replaced by the Filter node](https://discourse.nodered.org/t/rbe-node-replaced-by-the-filter-node/55742))

---

<div class="post-metadata">

### Author: ![Rufus\_0815](https://avatars.discourse-cdn.com/v4/letter/r/e495f1/32.png) [@Rufus\_0815](https://discourse.nodered.org/u/Rufus_0815)
#### Post date: [20 January 2022 11:38 UTC](https://discourse.nodered.org/t/no-dashboard-after-upgrade/56948/6 "2022-01-20T11:38:49Z")

</div>

First was npm init to create package.json...

Finally i used to reinstall all dashboard related nodes. Now everything is working fine.

THX

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [19 February 2022 11:38 UTC](https://discourse.nodered.org/t/no-dashboard-after-upgrade/56948/7 "2022-02-19T11:38:52Z")

</div>

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