Friday at 11:30 PM2 days I have had nextcloud and jellyfin configured on my box (v7.3.2) for a while now and I use jellyfin often. The nextcloud instance is a few months stale and hasn't really seen any use but it worked from the WebUI and the mobile app when I first set it up. I just got started on getting immich configured and, after installing, I can't get the webUI to load so I can finish configuration. So then I tried nextcloud and sure enough, it won't load the webUI either. But jellyfin's webUI loads just fine.I've checked the 2 main web search recommendations of verifying I'm not running macvlan and to verify that I don't have any conflicting internal ports on the other dockers. Check and check.Does anybody have any ideas on where I should look next?Thanks!
Friday at 11:36 PM2 days Community Expert Solution Click on the container icon and select log from the pop-up
Friday at 11:51 PM2 days Author 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.0That 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
Saturday at 12:05 AM2 days Author Nevermind, I found the mismatch. The access port for the db was 5433 and the immich docker was point to 5432. Thanks for the log tip, the issues with the other 2 containers were unrelated which I found in those logs. Bunch of newb stuff, I know!Thanks again.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.