Node-Red notification.warnings.undefined error and node-red crashing

Hi @Allan_Zimmermann

I have a working noderedagent packaged published to my own OpenCore image running in Azure cloud.

When starting the package from OpenCore on the remote nodeagent, node-red runs on localhost with the following error (note that no flows are created where typically, in the past, flow 1 would’ve been created):

Then, as soon as I create a new flow, the node-red instance crashes and the following output is displayed in OpenCore on the nodeagent debug page:

I also noticed there is no flows file generated for the node-red instance.

The user that is running the nodeagent with the openiap-noderedagent package has admin rights in OpenCore.

Not sure what would be causing this error?

I found the solution.

Seems like my Node-Red version in the noderedagent package was to old for NodeJS v24.

Changed the Node-Red version to v4.1.8, published a new agent and then ran a new package via the nodeagent.

All issues resolved.