Hello community,
we currently facing an issue with the Node-Red Microservice (V2.6.0).
In Node-Red a faulty flow was deployed which is blocking the service completely.
Log:
23 Apr 13:53:38 - [red] Uncaught Exception:
23 Apr 13:53:38 - [error] TypeError: Cannot read properties of undefined (reading 'forEach')
at processValues (/usr/src/app/node_modules/node-red-contrib-modbustcp/modbustcp.js:342:18)
at SetupLoop (/usr/src/app/node_modules/node-red-contrib-modbustcp/modbustcp.js:377:9)
at ModbusTCPRead._inputCallback (/usr/src/app/node_modules/node-red-contrib-modbustcp/modbustcp.js:400:9)
at /usr/src/app/node_modules/@node-red/runtime/lib/nodes/Node.js:214:26
at Object.trigger (/usr/src/app/node_modules/@node-red/util/lib/hooks.js:166:13)
at Node._emitInput (/usr/src/app/node_modules/@node-red/runtime/lib/nodes/Node.js:206:11)
at Node.emit (/usr/src/app/node_modules/@node-red/runtime/lib/nodes/Node.js:190:25)
at Node.receive (/usr/src/app/node_modules/@node-red/runtime/lib/nodes/Node.js:499:10)
at deliverMessageToDestination (/usr/src/app/node_modules/@node-red/runtime/lib/flows/Flow.js:811:40)
at Immediate.<anonymous> (/usr/src/app/node_modules/@node-red/runtime/lib/flows/Flow.js:827:21)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Does someone has an idea how we can remove this dedicated flow from the service.
We already tried:
- to unsubscribe the Service and re-subscribe it → the service blocks after loading the Flows
- to delete the Service, after deploying → the service is still loading the corrupted flow