Nikodemus
Nikodemus
IImmich
Created by Nikodemus on 4/2/2025 in #help-desk-support
Container Start Error at first initialization attempt
I am currently trying to install immich on Ubuntu Server. My docker version is 27.5.1. The machine learning, redis containers start up and enter a "healthy" state, postgress stays "running" while the immich server itself continues to stay "starting". The volumes are mapped to a mount point on my NAS. Docker had the rights to create the specified subfolder itself. The Immich Server logs repeat the following indefinitely
Initializing Immich v1.131.3
Detected CPU Cores: 4
Starting api worker
Starting microservices worker

[Nest] 7 - 04/02/2025, 3:13:21 PM LOG [Microservices:EventRepository] Initialized websocket server

microservices worker error: TypeError: Cannot read properties of undefined (reading 'replace'), stack: TypeError: Cannot read properties of undefined (reading 'replace')
at queryError (/usr/src/app/node_modules/postgres/cjs/src/connection.js:389:48)
at errored (/usr/src/app/node_modules/postgres/cjs/src/connection.js:384:17)
at Socket.error (/usr/src/app/node_modules/postgres/cjs/src/connection.js:376:5)
at Socket.emit (node:events:518:28)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21)

microservices worker exited with code 1
Killing api process
Initializing Immich v1.131.3
Detected CPU Cores: 4
Starting api worker
Starting microservices worker

[Nest] 7 - 04/02/2025, 3:13:21 PM LOG [Microservices:EventRepository] Initialized websocket server

microservices worker error: TypeError: Cannot read properties of undefined (reading 'replace'), stack: TypeError: Cannot read properties of undefined (reading 'replace')
at queryError (/usr/src/app/node_modules/postgres/cjs/src/connection.js:389:48)
at errored (/usr/src/app/node_modules/postgres/cjs/src/connection.js:384:17)
at Socket.error (/usr/src/app/node_modules/postgres/cjs/src/connection.js:376:5)
at Socket.emit (node:events:518:28)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21)

microservices worker exited with code 1
Killing api process
Does anyone have any idea what is causing this and how to fix it?
13 replies