[migrating] Z-Wave JS to MQTT add-on does not want to start

Started the process of migrating from legacy zwave to ZwaveJS2MQTT and hitting the first snag; The Add on does not want to start (so can’t open webUI) and shows below log file (also a bit surprised about the starting Ngix as this is an integration I do not have running). Sitting like this after refreshes for over 15 mins.

I’m sure I’ve disabled the legacy integration.

[EDIT & SOLVED: You have to restart the host first, leaving this post for others]

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
cont-init: info: running /etc/cont-init.d/00-banner.sh
-----------------------------------------------------------
 Add-on: Z-Wave JS to MQTT
 Fully configurable Z-Wave JS to MQTT gateway and control panel; based on Zwavejs2Mqtt
-----------------------------------------------------------
 Add-on version: 0.45.0
 You are running the latest version of this add-on.
 System: Home Assistant OS 7.6  (amd64 / generic-x86-64)
 Home Assistant Core: 2022.3.8
 Home Assistant Supervisor: 2022.08.3
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
cont-init: info: /etc/cont-init.d/00-banner.sh exited 0
cont-init: info: running /etc/cont-init.d/01-log-level.sh
cont-init: info: /etc/cont-init.d/01-log-level.sh exited 0
cont-init: info: running /etc/cont-init.d/configuration.sh
cont-init: info: /etc/cont-init.d/configuration.sh exited 0
cont-init: info: running /etc/cont-init.d/nginx.sh
cont-init: info: /etc/cont-init.d/nginx.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun nginx (no readiness notification)
services-up: info: copying legacy longrun zwavejs2mqtt (no readiness notification)
s6-rc: info: service legacy-services successfully started
[17:28:14] INFO: Starting the Z-Wave JS to MQTT...
2022-08-26 17:28:17.689 INFO APP: Version: 6.15.2
2022-08-26 17:28:17.695 INFO APP: Application path:/opt
 ______                       _     ___                  _   _   
|___  /                      (_)   |__ \                | | | |  
   / /_      ____ ___   _____ _ ___   ) |_ __ ___   __ _| |_| |_ 
  / /\ \ /\ / / _` \ \ / / _ \ / __| / /| '_ ` _ \ / _` | __| __|
 / /__\ V  V / (_| |\ V /  __/ \__ \/ /_| | | | | | (_| | |_| |_ 
/_____|\_/\_/ \__,_| \_/ \___| |___/____|_| |_| |_|\__, |\__|\__|
                            _/ |                      | |        
                           |__/                       |_|        
2022-08-26 17:28:17.726 WARN STORE: scenes.json not found
2022-08-26 17:28:17.728 WARN STORE: nodes.json not found
2022-08-26 17:28:17.730 WARN STORE: users.json not found
2022-08-26 17:28:17.752 INFO APP: Listening on port 44920 host 0.0.0.0 protocol HTTP
2022-08-26 17:28:17.974 INFO MQTT: MQTT is disabled
2022-08-26 17:28:17.981 WARN BACKUP: Store backup is disabled
2022-08-26 17:28:17.982 WARN BACKUP: Nvm backup is disabled
2022-08-26 17:28:17.986 WARN ZWAVE: Zwave driver not inited, no port configured
[17:28:18] INFO: Starting NGinx...