Having trouble entering Node-Red

I must be missing something obvious. I previously had hassio running on Pi3+ via SD card. And I could get into the Code-Red interface. But I rebuilt my hassio with a USB stick instead of SD card. And now, I cannot get the Node-Red interface to show. When I click the “OPEN WEB UI”, the browser tab opening just times out. When clicking the OPEN WEB UI, it points to https://[myduckdnsprefix].duckdns.org:1880

It appears to be running as far as I can see from log:

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing... 
-----------------------------------------------------------
 Hass.io Add-on: Node-RED v0.6.1
 Flow-based programming for the Internet of Things
 From: Community Hass.io Add-ons
 By: Franck Nijhof <[email protected]>
-----------------------------------------------------------
 armhf / Resin OS 2.3.0+rev1 / HA 0.78.3 / SU 131 / stable
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing... 
Log level is set to INFO
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] 02-updates.sh: executing... 
INFO: You are running the latest version of this add-on
[cont-init.d] 02-updates.sh: exited 0.
[cont-init.d] 10-requirements.sh: executing... 
INFO: Password is NOT in the Have I Been Pwned database! Nice!
INFO: Password is NOT in the Have I Been Pwned database! Nice!
INFO: Password is NOT in the Have I Been Pwned database! Nice!
[cont-init.d] 10-requirements.sh: exited 0.
[cont-init.d] 11-warning.sh: executing... 
[cont-init.d] 11-warning.sh: exited 0.
[cont-init.d] 20-config.sh: executing... 
[cont-init.d] 20-config.sh: exited 0.
[cont-init.d] 30-auto-api-token.sh: executing... 
[cont-init.d] 30-auto-api-token.sh: exited 0.
[cont-init.d] 80-system-packages.sh: executing... 
[cont-init.d] 80-system-packages.sh: exited 0.
[cont-init.d] 81-npm-packages.sh: executing... 
[cont-init.d] 81-npm-packages.sh: exited 0.
[cont-init.d] 82-user-scripts.sh: executing... 
[cont-init.d] 82-user-scripts.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
> [email protected] start /opt
> node $NODE_OPTIONS node_modules/node-red/red.js "--settings" "/etc/node-red/config.js"
24 Sep 20:36:12 - [info] 
Welcome to Node-RED
===================
24 Sep 20:36:12 - [info] Node-RED version: v0.19.1
24 Sep 20:36:12 - [info] Node.js  version: v8.11.4
24 Sep 20:36:12 - [info] Linux 4.4.50 arm LE
24 Sep 20:36:14 - [info] Loading palette nodes
24 Sep 20:36:23 - [info] Settings file  : /etc/node-red/config.js
24 Sep 20:36:23 - [info] Context store  : 'default' [module=memory]
24 Sep 20:36:23 - [info] User directory : /config/node-red/
24 Sep 20:36:23 - [warn] Projects disabled : editorTheme.projects.enabled=false
24 Sep 20:36:23 - [info] Flows file     : /config/node-red/flows.json
24 Sep 20:36:23 - [info] Starting flows
24 Sep 20:36:23 - [info] Started flows
24 Sep 20:36:23 - [info] Server now running at https://127.0.0.1:1880/

What am I missing??

1 Like