Node-red is not starting

Hi, I have been using node-red for long time and every thing was perfect. today it seems that node red is not starting anymore. I press the start bottom and noting happens.
the log is:

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs 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 6 packages in 1s
found 0 vulnerabilities
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
[11:46:30] INFO: Starting Node-RED...
> start
> node $NODE_OPTIONS node_modules/node-red/red.js --settings /etc/node-red/config.js
31 Mar 11:46:34 - [info] 
Welcome to Node-RED
===================
31 Mar 11:46:34 - [info] Node-RED version: v3.0.2
31 Mar 11:46:34 - [info] Node.js  version: v18.14.2
31 Mar 11:46:34 - [info] Linux 5.15.84-v8 arm64 LE
31 Mar 11:46:36 - [info] Loading palette nodes
31 Mar 11:46:41 - [info] Dashboard version 3.4.0 started at /endpoint/ui
31 Mar 11:46:43 - [info] Settings file  : /etc/node-red/config.js
31 Mar 11:46:43 - [info] Context store  : 'default' [module=memory]
31 Mar 11:46:43 - [info] User directory : /config/node-red/
31 Mar 11:46:43 - [warn] Projects disabled : editorTheme.projects.enabled=false
31 Mar 11:46:43 - [info] Flows file     : /config/node-red/flows.json
31 Mar 11:46:43 - [warn] Encrypted credentials not found
31 Mar 11:46:43 - [info] Server now running at http://127.0.0.1:46836/
31 Mar 11:46:43 - [info] Starting flows
31 Mar 11:46:43 - [info] Started flows
[11:46:43] INFO: Starting NGinx...
31 Mar 11:46:45 - [error] [api-call-service:Turn Terrace Light Strip Off] Call-Service attempted without connection to server.
31 Mar 11:46:45 - [error] [api-call-service:Turn Ava Color Light Off] Call-Service attempted without connection to server.
31 Mar 11:46:45 - [error] [api-call-service:Turn Ava Light Strip Off] Call-Service attempted without connection to server.
31 Mar 11:46:48 - [info] [server:Home Assistant] Connecting to http://supervisor/core
31 Mar 11:46:48 - [info] [server:Home Assistant] Connected to http://supervisor/core

So it seams that node-red is already started. but then I get error when I want to start it:

Node-RED

Add-on is not running. Please start it first

Please let me know if I need to provide more info.
Thanks in advanced for your help :slight_smile:

I forgot to put my configuration, so it is here if it helps:

credential_secret: ***
theme: default
http_node:
  username: HASS
  password: ***
http_static:
  username: HASS
  password: ***
ssl: false
certfile: fullchain.pem
keyfile: privkey.pem
system_packages: []
npm_packages: []
init_commands: []

Had it installed yesterday for test purposes, I only entered a password for secret and ssl: false then it worked, so no username and no password.
I don’t know if this helps you, you can test it and maybe it will work.

1 Like