Cannot load NR editor after upgrading to NR v4.0.2
Everyhing works fine with this package.json
{
    "name": "node-red-docker",
    "version": "3.1.11",
    "description": "Low-code programming for event-driven applications",
    "homepage": "http://nodered.org",
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/node-red/node-red-docker.git"
    },
    "main": "node_modules/node-red/red/red.js",
    "scripts": {
        "start": "node $NODE_OPTIONS node_modules/node-red/red.js $FLOWS",
        "debug": "node --inspect=0.0.0.0:9229 $NODE_OPTIONS node_modules/node-red/red.js $FLOWS",
        "debug_brk": "node --inspect=0.0.0.0:9229 --inspect-brk $NODE_OPTIONS node_modules/node-red/red.js $FLOWS"
    },
    "contributors": [
        {
            "name": "Dave Conway-Jones"
        },
        {
            "name": "Nick O'Leary"
        },
        {
            "name": "James Thomas"
        },
        {
            "name": "Raymond Mouthaan"
        }
    ],
    "dependencies": {
        "node-red": "3.1.11"
    },
    "engines": {
        "node": ">=18"
    }
}
updated package.json
Dockerfile:
ARG ARCH=amd64
ARG NODE_VERSION=20
ARG OS=alpine3.18
Flows work in the background


Situation very similar to No response from editor but dashboard UI stills works ?! (FIXED) - General - Node-RED Forum (nodered.org)
But it works with 3.1.11 so I'm out of ideas. Any suggestions?




