Here's the error: Node.js v24.15.0 (node:19650) ExperimentalWarning: WASI is an experimental feature and might change at any time (Use node --trace-warnings ... to show where the warning was created) node:internal/process/promises:394 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED 192.168.1.132:5432 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1705:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '192.168.1.132', port: 5432 } Node.js v24.15.0 That port 5432 is the port for the postgresSQL database. The webUI port is set for 8080. I've attached a screenshot showing those settings. Would a webUI connection be refused because of a problem with a connection with a dependent docker container?
tower-diagnostics-20260807-1841.zip