So,
I dit a Hue API install in Node red and after this Node Red crashed and wil not start up even in Safe mode… is there a way to delete the Hue packet without starting Node Red?
This is my log File;
Add-on: Node-RED
Flow-based programming for the Internet of Things
Add-on version: 20.2.3
You are running the latest version of this add-on.
System: Home Assistant OS 16.3 (aarch64 / odroid-n2)
Home Assistant Core: 2025.11.3
Home Assistant Supervisor: 2025.11.5
Please, share the above information when looking for help
or support in, e.g., GitHub, forums or the Discord chat.
s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service init-nginx: starting
s6-rc: info: service init-customizations: starting
s6-rc: info: service init-customizations successfully started
s6-rc: info: service init-nodered: starting
s6-rc: info: service init-nginx successfully started
up to date, audited 145 packages in 4s
19 packages are looking for funding
run
npm fundfor details21 vulnerabilities (6 moderate, 13 high, 2 critical)
To address issues that do not require attention, run:
npm audit fix
Some issues need review, and may require choosing
a different dependency.
Run
npm auditfor details.s6-rc: info: service init-nodered successfully started
s6-rc: info: service nodered: starting
s6-rc: info: service nodered successfully started
s6-rc: info: service nginx: starting
s6-rc: info: service nginx successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
[08:47:17] INFO: Setting safe mode startup
[08:47:17] INFO: Starting Node-RED…
start
node $NODE_OPTIONS node_modules/node-red/red.js --safe --settings /etc/node-red/config.js
1 Dec 08:47:18 - [info]
Welcome to Node-RED
===================
1 Dec 08:47:18 - [info] Node-RED version: v4.1.1
1 Dec 08:47:18 - [info] Node.js version: v22.16.0
1 Dec 08:47:18 - [info] Linux 6.12.51-haos arm64 LE
1 Dec 08:47:18 - [info] Loading palette nodes
1 Dec 08:47:19 - [info] Node-RED Contrib Theme Collection version: v4.1.0
1 Dec 08:47:21 - [info] Dashboard version 3.6.6 started at /endpoint/ui
(node:307) [DEP0044] DeprecationWarning: The
util.isArrayAPI is deprecated. Please useArray.isArray()instead.(Use
node --trace-deprecation ...to show where the warning was created)(node:307) [DEP0060] DeprecationWarning: The
util._extendAPI is deprecated. Please use Object.assign() instead.1 Dec 08:47:22 - [info] Settings file : /etc/node-red/config.js
1 Dec 08:47:22 - [info] Context store : ‘default’ [module=memory]
1 Dec 08:47:22 - [info] User directory : /config/
1 Dec 08:47:22 - [warn] Projects disabled : editorTheme.projects.enabled=false
1 Dec 08:47:22 - [info] Flows file : /config/flows.json
[red] Uncaught Exception:
1 Dec 08:47:22 - [error] Api Error: Unexpected response status; 404
at requireStatusCode200 (/config/node_modules/node-hue-api/hue-api/httpPromise.js:100:15)
at _fulfilled (/config/node_modules/q/q.js:787:54)
at /config/node_modules/q/q.js:816:30
at Promise.promise.promiseDispatch (/config/node_modules/q/q.js:749:13)
at /config/node_modules/q/q.js:557:44
at flush (/config/node_modules/q/q.js:108:17)
at processTicksAndRejections (node:internal/process/task_queues:85:11)
[08:47:22] INFO: Service Node-RED exited with code 1 (by signal 0)
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service nginx: stopping
[08:47:23] INFO: Service NGINX exited with code 256 (by signal 15)
s6-rc: info: service nginx successfully stopped
s6-rc: info: service init-nginx: stopping
s6-rc: info: service nodered: stopping
s6-rc: info: service nodered successfully stopped
s6-rc: info: service init-nodered: stopping
s6-rc: info: service init-nginx successfully stopped
s6-rc: info: service init-nodered successfully stopped
s6-rc: info: service init-customizations: stopping
s6-rc: info: service init-customizations successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service base-addon-log-level: stopping
s6-rc: info: service base-addon-log-level successfully stopped
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service base-addon-banner: stopping
s6-rc: info: service base-addon-banner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped