Failed to load errors

I did a search and see some folks having some issues with Node Red but I can’t seem to find my exact wording error so mine may be related but doesn’t appear to be. If it is, please point me in that direction. I went from .32 to Hassio with a clean install. Got Zwave going but couldn’t get the Hue bridge back up and running. Saw some people with issues there too and they went the Node Red route so figured I would too and see what that is all about. Ok, so the issue is I seem to have Node Red going but don’t see any HA nodes. All the videos I see have the svc or whichever node but I don’t. I am getting a few error messages when I start the WebUI and am guessing that is my problem but not sure the path to correct them.

I go to Configuration Nodes in Node Red and click on Home Assistant. It has http://hassio/homeassistant and a long string for the API. I saw some other post having issues with API but it seemed they couldn’t even get this far so I assume the API is correct. I don’t have DuckDNS (can’t get it to work :slight_smile: ) or anything running. Have the SSL False and request ssl false. Had that true and wouldn’t run so switched it to false and am at we I am now. I did add user names and passwords to all the fields and the credential secret too.

},
“port”: 1880,
“ssl”: false,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”,
“require_ssl”: false,
“system_packages”: ,
“npm_packages”: ,
“init_commands”:
}

Went into manage paletes and here is the HA one:

18%20PM

Here are the Logs:

[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.7.0
 Flow-based programming for the Internet of Things
 From: Community Hass.io Add-ons
 By: Franck Nijhof <[email protected]>
-----------------------------------------------------------
 aarch64 / HassOS 1.10 / 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... 
INFO: API token is incorrect in the Node-RED configuration, fixing...
[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"
26 Sep 23:20:33 - [info] 
Welcome to Node-RED
===================
26 Sep 23:20:33 - [info] Node-RED version: v0.19.4
26 Sep 23:20:33 - [info] Node.js  version: v8.11.4
26 Sep 23:20:33 - [info] Linux 4.14.66-v8 arm64 LE
26 Sep 23:20:36 - [info] Loading palette nodes
26 Sep 23:20:39 - [warn] rpi-gpio : Raspberry Pi specific node set inactive
26 Sep 23:20:51 - [info] Settings file  : /etc/node-red/config.js
26 Sep 23:20:51 - [info] Context store  : 'default' [module=memory]
26 Sep 23:20:51 - [info] User directory : /config/node-red/
26 Sep 23:20:51 - [warn] Projects disabled : editorTheme.projects.enabled=false
26 Sep 23:20:51 - [info] Flows file     : /config/node-red/flows.json
26 Sep 23:20:52 - [info] Starting flows
26 Sep 23:20:52 - [info] Started flows
26 Sep 23:20:52 - [info] Server now running at http://127.0.0.1:1880/

There is an API is incorrect message in there but says fixing. I see the two warnings in there but the server said it is running. Node .7 running on HA .78.3 as you see in the logs. Any guidance would be appreciated.

Edit: I had this going on in I believe .68 was the Node Red version before this. So it doesn’t appear to be .7 related.