I can't start Immich. I'm running it on Unraid in a docker container and using the PostGreSQL_Immich docker container for the postgres db and I tried using the docker-mod variable for redis and I tried a separate standalone redis container. However I'm still getting the same endlessly repeating error in the Immich logs:
Node.js v24.14.1
(node:61102) 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: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:216:20) {
errno: -104,
code: 'ECONNRESET',
syscall: 'read'
}
I saw a Github issue related to this that says that the install process was changed to fix this but I'm still seeing the issue.
I can't start Immich. I'm running it on Unraid in a docker container and using the PostGreSQL_Immich docker container for the postgres db and I tried using the docker-mod variable for redis and I tried a separate standalone redis container. However I'm still getting the same endlessly repeating error in the Immich logs:
Node.js v24.14.1
(node:61102) 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: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:216:20) {
errno: -104,
code: 'ECONNRESET',
syscall: 'read'
}
I saw a Github issue related to this that says that the install process was changed to fix this but I'm still seeing the issue.