Node red, actionflows missing

Node red has stopped working after updating to 2022.2.6 and to the latest version of Node red.

I get this in the Node red log:

Welcome to Node-RED
===================
12 Feb 18:56:02 - [info] Node-RED version: v2.2.0
12 Feb 18:56:02 - [info] Node.js  version: v16.14.0
12 Feb 18:56:02 - [info] Linux 5.10.92-v8 arm64 LE
12 Feb 18:56:04 - [info] Loading palette nodes
12 Feb 18:56:17 - [info] Dashboard version 3.1.5 started at /endpoint/ui
12 Feb 18:56:17 - [info] Settings file  : /etc/node-red/config.js
12 Feb 18:56:17 - [info] Context store  : 'default' [module=memory]
12 Feb 18:56:17 - [info] User directory : /config/node-red/
12 Feb 18:56:17 - [warn] Projects disabled : editorTheme.projects.enabled=false
12 Feb 18:56:17 - [info] Flows file     : /config/node-red/flows.json
12 Feb 18:56:18 - [info] Server now running at http://127.0.0.1:46836/
[18:56:18] INFO: Starting NGinx...
12 Feb 18:56:18 - [info] Waiting for missing types to be registered:
12 Feb 18:56:18 - [info]  - actionflows
12 Feb 18:57:30 - [info] Stopping modified nodes
12 Feb 18:57:30 - [info] Stopped modified nodes
12 Feb 18:57:30 - [info] Waiting for missing types to be registered:
12 Feb 18:57:30 - [info]  - actionflows
12 Feb 18:57:50 - [info] Stopping modified nodes
12 Feb 18:57:50 - [info] Stopped modified nodes
12 Feb 18:57:50 - [info] Waiting for missing types to be registered:
12 Feb 18:57:50 - [info]  - actionflows
12 Feb 18:58:49 - [info] Stopping modified nodes
12 Feb 18:58:49 - [info] Stopped modified nodes
12 Feb 18:58:49 - [info] Waiting for missing types to be registered:
12 Feb 18:58:49 - [info]  - actionflows
12 Feb 19:02:45 - [info] Stopping modified nodes
12 Feb 19:02:45 - [info] Stopped modified nodes
12 Feb 19:02:45 - [info] Waiting for missing types to be registered:
12 Feb 19:02:45 - [info]  - actionflows
12 Feb 19:03:22 - [info] Stopping modified nodes
12 Feb 19:03:22 - [info] Stopped modified nodes
12 Feb 19:03:22 - [info] Waiting for missing types to be registered:
12 Feb 19:03:22 - [info]  - actionflows

I get this message in UI:

I tried to restore a backup but Node red was not rolled back.
So the issue is still there.

I can’t do anything in Node red.
All flows are dead, even if I create a new flow with just inject and debug it does not work. It says flows not deployed

I think I found the issue.
I had a node that was removed in the latest version. The node had just been dragged out on the flow and not connected anywhere so probably something I just had a look at then forgot about.
But removing it seems to make it work.
Going to roll back since I have deleted a lot in order to try and get running again, then I will try deleting this node and see what happens.

Have you tried re-installing the ‘node-red-contrib-actionflows’ in the Palette manage ?

That was the node I had somewhere unconnected.
Probably the reason for the issue.
I had no idea I used the node so the breaking change wasn’t noted.

That was the issue.
Actionflow node (I think) was on a flow.

1 Like

I believe this was fixed with the update the other day, the version prior I needed to add this to my config

init_commands:
  - npm uninstall node-red-contrib-actionflows