[BUG] Deployment on Synology fails #227

Closed
opened 2026-02-04 18:51:01 +03:00 by OVERLORD · 13 comments
Owner

Originally created by @dodekaphilist on GitHub (Aug 24, 2022).

Description of the bug
I tried to setup Immich on my Synology DS220+ NAS with Docker installed but I wasn't able to get it to run, neither the testing installation nor as a custom installation. I tried both the setup in the command line as well as using Portainer, both times receiving the same error message. On the initial screen, I get a message that the version is not up-to-date. Behind this dialog, there are only two lines of text:

500
undefined

I attached the log from the console which got flooded with messages.

Task List

  • I have read thoroughly the README setup and installation instructions.
  • I have included my docker-compose file.
  • I have included my redacted .env file.
  • I have included information on my machine, and environment.

docker-compose.yml
.env

To Reproduce
Steps to reproduce the behavior:

  1. Run installation procedure from README on Synology NAS

Expected behavior
Login screen

System

  • Synology OS: DSM 7.1-42661 Update 4
  • Docker Version: 20.10.3-1308
  • Server Version: release
Logs
Starting immich_postgres     ... done
Starting immich_immich-web_1 ... done
Starting immich_redis                     ... done
Starting immich_immich-machine-learning_1 ... done
Starting immich_immich-server_1           ... done
Starting immich_immich-microservices_1    ... done
Starting immich_proxy                     ... done
Attaching to immich_immich-web_1, immich_postgres, immich_redis, immich_immich-machine-learning_1, immich_immich-server_1, immich_immich-microservices_1
immich-machine-learning_1  |
immich-machine-learning_1  | > nest_microservices@0.0.1 prebuild
immich-machine-learning_1  | > rimraf dist
immich-machine-learning_1  |
immich-machine-learning_1  |
immich-machine-learning_1  | > nest_microservices@0.0.1 build
immich-machine-learning_1  | > nest build
immich-machine-learning_1  |
immich-web_1               |
immich-web_1               | > web@0.0.1 build
immich-web_1               | > svelte-kit build
immich-web_1               |
immich-web_1               | vite v2.9.8 building for production...
immich-web_1               | transforming...
immich_postgres            |
immich_postgres            | PostgreSQL Database directory appears to contain a database; Skipping initialization
immich_postgres            |
redis_1                    | 1:C 24 Aug 2022 09:04:35.766 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1                    | 1:C 24 Aug 2022 09:04:35.766 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1                    | 1:C 24 Aug 2022 09:04:35.766 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1                    | 1:M 24 Aug 2022 09:04:35.767 * monotonic clock: POSIX clock_gettime
redis_1                    | 1:M 24 Aug 2022 09:04:35.767 # A key '__redis__compare_helper' was added to Lua globals which is not on the globals allow list nor listed on the deny list.
redis_1                    | 1:M 24 Aug 2022 09:04:35.768 * Running mode=standalone, port=6379.
redis_1                    | 1:M 24 Aug 2022 09:04:35.768 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1                    | 1:M 24 Aug 2022 09:04:35.768 # Server initialized
redis_1                    | 1:M 24 Aug 2022 09:04:35.768 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1                    | 1:M 24 Aug 2022 09:04:35.768 # Can't handle RDB format version 10
redis_1                    | 1:M 24 Aug 2022 09:04:35.768 # Fatal error loading the DB: Invalid argument. Exiting.
immich_postgres            | 2022-08-24 09:04:35.296 UTC [1] LOG:  starting PostgreSQL 14.4 (Debian 14.4-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
immich_postgres            | 2022-08-24 09:04:35.296 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
immich_postgres            | 2022-08-24 09:04:35.296 UTC [1] LOG:  listening on IPv6 address "::", port 5432
immich_postgres            | 2022-08-24 09:04:35.520 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
immich_postgres            | 2022-08-24 09:04:35.830 UTC [27] LOG:  database system was shut down at 2022-08-24 09:01:41 UTC
immich_postgres            | 2022-08-24 09:04:36.019 UTC [1] LOG:  database system is ready to accept connections
immich-microservices_1     | [Nest] 10  - 08/24/2022, 9:04:51 AM     LOG [NestFactory] Starting Nest application...
immich-microservices_1     | [Nest] 10  - 08/24/2022, 9:04:51 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +227ms
immich-microservices_1     | [Nest] 10  - 08/24/2022, 9:04:51 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +4ms
immich-microservices_1     | [Nest] 10  - 08/24/2022, 9:04:51 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 10  - 08/24/2022, 9:04:51 AM     LOG [InstanceLoader] JwtModule dependencies initialized +7ms
immich-microservices_1     | [Nest] 10  - 08/24/2022, 9:04:51 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 10  - 08/24/2022, 9:04:51 AM     LOG [InstanceLoader] BullModule dependencies initialized +48ms
immich-microservices_1     | [Nest] 10  - 08/24/2022, 9:04:51 AM     LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 10  - 08/24/2022, 9:04:51 AM     LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 10  - 08/24/2022, 9:04:51 AM     LOG [InstanceLoader] BullModule dependencies initialized +5ms
immich-microservices_1     | [Nest] 10  - 08/24/2022, 9:04:51 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-microservices_1     | node:events:505
immich-microservices_1     |       throw er; // Unhandled 'error' event
immich-microservices_1     |       ^
immich-microservices_1     |
immich-microservices_1     | Error: connect ECONNREFUSED 172.19.0.4:6379
immich-microservices_1     |     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
immich-microservices_1     | Emitted 'error' event on RedisClient instance at:
immich-microservices_1     |     at RedisClient.on_error (/usr/src/app/node_modules/redis/index.js:342:14)
immich-microservices_1     |     at Socket.<anonymous> (/usr/src/app/node_modules/redis/index.js:223:14)
immich-microservices_1     |     at Socket.emit (node:events:527:28)
immich-microservices_1     |     at emitErrorNT (node:internal/streams/destroy:157:8)
immich-microservices_1     |     at emitErrorCloseNT (node:internal/streams/destroy:122:3)
immich-microservices_1     |     at processTicksAndRejections (node:internal/process/task_queues:83:21) {
immich-microservices_1     |   errno: -111,
immich-microservices_1     |   code: 'ECONNREFUSED',
immich-microservices_1     |   syscall: 'connect',
immich-microservices_1     |   address: '172.19.0.4',
immich-microservices_1     |   port: 6379
immich-microservices_1     | }
immich-server_1            | /usr/src/app/node_modules/@nestjs/config/dist/config.module.js:75
immich-server_1            |                 throw new Error(`Config validation error: ${error.message}`);
immich-server_1            |                 ^
immich-server_1            |
immich-server_1            | Error: Config validation error: "VITE_SERVER_ENDPOINT" is required
immich-server_1            |     at Function.forRoot (/usr/src/app/node_modules/@nestjs/config/dist/config.module.js:75:23)
immich-server_1            |     at Object.<anonymous> (/usr/src/app/dist/apps/immich/apps/immich/src/app.module.js:36:35)
immich-server_1            |     at Module._compile (node:internal/modules/cjs/loader:1105:14)
immich-server_1            |     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
immich-server_1            |     at Module.load (node:internal/modules/cjs/loader:981:32)
immich-server_1            |     at Function.Module._load (node:internal/modules/cjs/loader:822:12)
immich-server_1            |     at Module.require (node:internal/modules/cjs/loader:1005:19)
immich-server_1            |     at require (node:internal/modules/cjs/helpers:102:18)
immich-server_1            |     at Object.<anonymous> (/usr/src/app/dist/apps/immich/apps/immich/src/main.js:11:22)
immich-server_1            |     at Module._compile (node:internal/modules/cjs/loader:1105:14)
immich_redis exited with code 1
immich-machine-learning_1  |
immich-machine-learning_1  | > nest_microservices@0.0.1 start:prod
immich-machine-learning_1  | > node dist/main
immich-machine-learning_1  |
immich-machine-learning_1  | Illegal instruction (core dumped)
immich-web_1               | ✓ 801 modules transformed.
immich-web_1               | rendering chunks...
immich-web_1               | .svelte-kit/output/client/_app/manifest.json                                         6.22 KiB
immich-web_1               | .svelte-kit/output/client/_app/start-0b10f368.js                                     24.74 KiB / gzip: 8.75 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/__layout.svelte-bb8accb8.js                     20.99 KiB / gzip: 7.66 KiB
immich-web_1               | .svelte-kit/output/client/_app/error.svelte-77365d18.js                              1.56 KiB / gzip: 0.75 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/admin/index.svelte-b1557ae6.js                  16.66 KiB / gzip: 5.88 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/change-password/index.svelte-59045863.js   6.75 KiB / gzip: 2.87 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/login/index.svelte-911e8104.js             5.00 KiB / gzip: 2.16 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/register/index.svelte-dc70f9fb.js          7.34 KiB / gzip: 2.86 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/index.svelte-4b556c65.js                        2.30 KiB / gzip: 1.18 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/photos/_assetId_.svelte-1c414347.js             0.28 KiB / gzip: 0.22 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-ef4af6b9.js                              12.54 KiB / gzip: 5.21 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-5bce63e4.js                              0.79 KiB / gzip: 0.49 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/singletons-d1fb5791.js                         0.05 KiB / gzip: 0.07 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/preload-helper-e4860ae8.js                     0.55 KiB / gzip: 0.39 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-671921bc.js                              1.76 KiB / gzip: 0.66 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/api-b78ff602.js                                40.02 KiB / gzip: 10.18 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/constants-c7fb1966.js                          0.32 KiB / gzip: 0.24 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/full-screen-modal-f787b1df.js                  1.22 KiB / gzip: 0.75 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/stores-3c8b13ca.js                             0.60 KiB / gzip: 0.32 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/click-outside-53cfcece.js                      0.21 KiB / gzip: 0.16 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/status-box-fd5a7a0d.js                         21.28 KiB / gzip: 7.35 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/auth-api-9c6b9414.js                           0.43 KiB / gzip: 0.16 KiB
immich-web_1               | .svelte-kit/output/client/_app/assets/pages/__layout.svelte-a1de6fe4.css             17.55 KiB / gzip: 4.37 KiB
immich-web_1               | .svelte-kit/output/client/_app/assets/pages/photos/index.svelte-5f6f7bc6.css         0.21 KiB / gzip: 0.18 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/photos/index.svelte-c344f0b6.js                 128.73 KiB / gzip: 41.15 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/leaflet-src-6ebd4c0b.js                        142.61 KiB / gzip: 41.34 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/assets-52ff2bba.js                             217.73 KiB / gzip: 75.52 KiB
immich-web_1               | vite v2.9.8 building SSR bundle for production...
immich-web_1               | transforming...
immich_immich-microservices_1 exited with code 1
immich_immich-server_1 exited with code 1
immich-web_1               | ✓ 94 modules transformed.
immich-web_1               | rendering chunks...
immich-web_1               | .svelte-kit/output/server/manifest.json                                        5.00 KiB
immich-web_1               | .svelte-kit/output/server/index.js                                             75.63 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js                  0.20 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/change-password/index.ts.js   0.77 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/index.ts.js             1.45 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/register/index.ts.js          0.82 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/admin/api/create-user.ts.js        0.81 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/__layout.svelte.js                     8.39 KiB
immich-web_1               | .svelte-kit/output/server/entries/fallbacks/error.svelte.js                    0.72 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/admin/index.svelte.js                  6.58 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/change-password/index.svelte.js   3.32 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js             2.17 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js          3.41 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/index.svelte.js                        1.61 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/photos/_assetId_.svelte.js             0.42 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/photos/index.svelte.js                 11.07 KiB
immich-web_1               | .svelte-kit/output/server/chunks/index-ab6b5b88.js                             4.26 KiB
immich-web_1               | .svelte-kit/output/server/chunks/api-861dabed.js                               63.11 KiB
immich-web_1               | .svelte-kit/output/server/chunks/constants-d5352580.js                         0.22 KiB
immich-web_1               | .svelte-kit/output/server/chunks/assets-fbe3b467.js                            5.00 KiB
immich-web_1               | .svelte-kit/output/server/chunks/stores-4ada7be4.js                            0.92 KiB
immich-web_1               | .svelte-kit/output/server/chunks/status-box-836385e5.js                        11.83 KiB
immich-web_1               | .svelte-kit/output/server/chunks/hooks-69da9e6a.js                             1.20 KiB
immich-web_1               |
immich-web_1               | Run npm run preview to preview your production build locally.
immich-web_1               |
immich-web_1               | > Using @sveltejs/adapter-node
immich-web_1               |   ✔ done
immich-web_1               | Listening on 0.0.0.0:3000
redis_1                    | 1:C 24 Aug 2022 08:49:41.775 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1                    | 1:C 24 Aug 2022 08:49:41.775 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1                    | 1:C 24 Aug 2022 08:49:41.775 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1                    | 1:M 24 Aug 2022 08:49:41.776 * monotonic clock: POSIX clock_gettime
redis_1                    | 1:M 24 Aug 2022 08:49:41.776 # A key '__redis__compare_helper' was added to Lua globals which is not on the globals allow list nor listed on the deny list.
redis_1                    | 1:M 24 Aug 2022 08:49:41.777 * Running mode=standalone, port=6379.
redis_1                    | 1:M 24 Aug 2022 08:49:41.777 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1                    | 1:M 24 Aug 2022 08:49:41.777 # Server initialized
redis_1                    | 1:M 24 Aug 2022 08:49:41.777 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1                    | 1:M 24 Aug 2022 08:49:41.777 # Can't handle RDB format version 10
redis_1                    | 1:M 24 Aug 2022 08:49:41.777 # Fatal error loading the DB: Invalid argument. Exiting.
redis_1                    | 1:C 24 Aug 2022 08:50:04.839 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1                    | 1:C 24 Aug 2022 08:50:04.839 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1                    | 1:C 24 Aug 2022 08:50:04.839 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1                    | 1:M 24 Aug 2022 08:50:04.841 * monotonic clock: POSIX clock_gettime
redis_1                    | 1:M 24 Aug 2022 08:50:04.841 # A key '__redis__compare_helper' was added to Lua globals which is not on the globals allow list nor listed on the deny list.
redis_1                    | 1:M 24 Aug 2022 08:50:04.842 * Running mode=standalone, port=6379.
redis_1                    | 1:M 24 Aug 2022 08:50:04.842 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1                    | 1:M 24 Aug 2022 08:50:04.842 # Server initialized
redis_1                    | 1:M 24 Aug 2022 08:50:04.842 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1                    | 1:M 24 Aug 2022 08:50:04.845 # Can't handle RDB format version 10
redis_1                    | 1:M 24 Aug 2022 08:50:04.847 # Fatal error loading the DB: Invalid argument. Exiting.
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:24 AM     LOG [NestFactory] Starting Nest application...
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:24 AM     LOG [NestFactory] Starting Nest application...
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:24 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +124ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:24 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +124ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:24 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:24 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:24 AM     LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:24 AM     LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:24 AM     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:24 AM     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:24 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:24 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:24 AM     LOG [InstanceLoader] BullModule dependencies initialized +20ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:24 AM     LOG [InstanceLoader] BullModule dependencies initialized +20ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:24 AM     LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:24 AM     LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:25 AM     LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:25 AM     LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:25 AM     LOG [InstanceLoader] BullModule dependencies initialized +3ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:25 AM     LOG [InstanceLoader] BullModule dependencies initialized +3ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:25 AM     LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:25 AM     LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-server_1            | /usr/src/app/node_modules/@nestjs/config/dist/config.module.js:75
immich-server_1            |                 throw new Error(`Config validation error: ${error.message}`);
immich-server_1            |                 ^
immich-server_1            |
immich-server_1            | Error: Config validation error: "VITE_SERVER_ENDPOINT" is required
immich-server_1            |     at Function.forRoot (/usr/src/app/node_modules/@nestjs/config/dist/config.module.js:75:23)
immich-server_1            |     at Object.<anonymous> (/usr/src/app/dist/apps/immich/apps/immich/src/app.module.js:36:35)
immich-server_1            |     at Module._compile (node:internal/modules/cjs/loader:1105:14)
immich-server_1            |     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
immich-server_1            |     at Module.load (node:internal/modules/cjs/loader:981:32)
immich-server_1            |     at Function.Module._load (node:internal/modules/cjs/loader:822:12)
immich-server_1            |     at Module.require (node:internal/modules/cjs/loader:1005:19)
immich-server_1            |     at require (node:internal/modules/cjs/helpers:102:18)
immich-server_1            |     at Object.<anonymous> (/usr/src/app/dist/apps/immich/apps/immich/src/main.js:11:22)
immich-server_1            |     at Module._compile (node:internal/modules/cjs/loader:1105:14)
immich-server_1            | /usr/src/app/node_modules/@nestjs/config/dist/config.module.js:75
immich-server_1            |                 throw new Error(`Config validation error: ${error.message}`);
immich-server_1            |                 ^
immich-server_1            |
immich-server_1            | Error: Config validation error: "VITE_SERVER_ENDPOINT" is required
immich-server_1            |     at Function.forRoot (/usr/src/app/node_modules/@nestjs/config/dist/config.module.js:75:23)
immich-server_1            |     at Object.<anonymous> (/usr/src/app/dist/apps/immich/apps/immich/src/app.module.js:36:35)
immich-server_1            |     at Module._compile (node:internal/modules/cjs/loader:1105:14)
immich-server_1            |     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
immich-server_1            |     at Module.load (node:internal/modules/cjs/loader:981:32)
immich-server_1            |     at Function.Module._load (node:internal/modules/cjs/loader:822:12)
immich-server_1            |     at Module.require (node:internal/modules/cjs/loader:1005:19)
immich-server_1            |     at require (node:internal/modules/cjs/helpers:102:18)
immich-server_1            |     at Object.<anonymous> (/usr/src/app/dist/apps/immich/apps/immich/src/main.js:11:22)
immich-server_1            |     at Module._compile (node:internal/modules/cjs/loader:1105:14)
immich_postgres            | 2022-08-24 09:05:25.336 UTC [36] FATAL:  password authentication failed for user "immich"
immich_postgres            | 2022-08-24 09:05:25.336 UTC [36] DETAIL:  Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:25 AM   ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)...
immich-microservices_1     | [Nest] 8  - 08/24/2022, 9:05:25 AM   ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)...
immich-microservices_1     | error: password authentication failed for user "immich"
immich-microservices_1     |     at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1     |     at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1     |     at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1     |     at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1     |     at Socket.emit (node:events:527:28)
immich-microservices_1     |     at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1     |     at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1     |     at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1     |     at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich-microservices_1     | error: password authentication failed for user "immich"
immich-microservices_1     |     at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1     |     at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1     |     at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1     |     at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1     |     at Socket.emit (node:events:527:28)
immich-microservices_1     |     at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1     |     at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1     |     at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1     |     at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_redis exited with code 1
immich_redis exited with code 1
immich_redis exited with code 1
immich-machine-learning_1  |
immich-machine-learning_1  | > nest_microservices@0.0.1 start:prod
immich-machine-learning_1  | > node dist/main
immich-machine-learning_1  |
immich-machine-learning_1  | Illegal instruction (core dumped)
immich-microservices_1     | node:events:505
immich-microservices_1     |       throw er; // Unhandled 'error' event
immich-microservices_1     |       ^
immich-microservices_1     |
immich-microservices_1     | Error: connect EHOSTUNREACH 172.19.0.4:6379
immich-microservices_1     |     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
immich-microservices_1     | Emitted 'error' event on RedisClient instance at:
immich-microservices_1     |     at RedisClient.on_error (/usr/src/app/node_modules/redis/index.js:342:14)
immich-microservices_1     |     at Socket.<anonymous> (/usr/src/app/node_modules/redis/index.js:223:14)
immich-microservices_1     |     at Socket.emit (node:events:527:28)
immich-microservices_1     |     at emitErrorNT (node:internal/streams/destroy:157:8)
immich-microservices_1     |     at emitErrorCloseNT (node:internal/streams/destroy:122:3)
immich-microservices_1     |     at processTicksAndRejections (node:internal/process/task_queues:83:21) {
immich-microservices_1     |   errno: -113,
immich-microservices_1     |   code: 'EHOSTUNREACH',
immich-microservices_1     |   syscall: 'connect',
immich-microservices_1     |   address: '172.19.0.4',
immich-microservices_1     |   port: 6379
immich-microservices_1     | }
immich-microservices_1     | node:events:505
immich-microservices_1     |       throw er; // Unhandled 'error' event
immich-microservices_1     |       ^
immich-microservices_1     |
immich-microservices_1     | Error: connect EHOSTUNREACH 172.19.0.4:6379
immich-microservices_1     |     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
immich-microservices_1     | Emitted 'error' event on RedisClient instance at:
immich-microservices_1     |     at RedisClient.on_error (/usr/src/app/node_modules/redis/index.js:342:14)
immich-microservices_1     |     at Socket.<anonymous> (/usr/src/app/node_modules/redis/index.js:223:14)
immich-microservices_1     |     at Socket.emit (node:events:527:28)
immich-microservices_1     |     at emitErrorNT (node:internal/streams/destroy:157:8)
immich-microservices_1     |     at emitErrorCloseNT (node:internal/streams/destroy:122:3)
immich-microservices_1     |     at processTicksAndRejections (node:internal/process/task_queues:83:21) {
immich-microservices_1     |   errno: -113,
immich-microservices_1     |   code: 'EHOSTUNREACH',
immich-microservices_1     |   syscall: 'connect',
immich-microservices_1     |   address: '172.19.0.4',
immich-microservices_1     |   port: 6379
immich-microservices_1     | }
immich_immich-machine-learning_1 exited with code 132
immich-server_1            | /usr/src/app/node_modules/@nestjs/config/dist/config.module.js:75
immich-server_1            |                 throw new Error(`Config validation error: ${error.message}`);
immich-server_1            |                 ^
immich-server_1            |
immich-server_1            | Error: Config validation error: "VITE_SERVER_ENDPOINT" is required
immich-server_1            |     at Function.forRoot (/usr/src/app/node_modules/@nestjs/config/dist/config.module.js:75:23)
immich-server_1            |     at Object.<anonymous> (/usr/src/app/dist/apps/immich/apps/immich/src/app.module.js:36:35)
immich-server_1            |     at Module._compile (node:internal/modules/cjs/loader:1105:14)
immich-server_1            |     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
immich-server_1            |     at Module.load (node:internal/modules/cjs/loader:981:32)
immich-server_1            |     at Function.Module._load (node:internal/modules/cjs/loader:822:12)
immich-server_1            |     at Module.require (node:internal/modules/cjs/loader:1005:19)
immich-server_1            |     at require (node:internal/modules/cjs/helpers:102:18)
immich-server_1            |     at Object.<anonymous> (/usr/src/app/dist/apps/immich/apps/immich/src/main.js:11:22)
immich-server_1            |     at Module._compile (node:internal/modules/cjs/loader:1105:14)
immich_immich-server_1 exited with code 1
immich_immich-server_1 exited with code 1
immich_redis exited with code 1
Originally created by @dodekaphilist on GitHub (Aug 24, 2022). **Description of the bug** I tried to setup Immich on my Synology DS220+ NAS with Docker installed but I wasn't able to get it to run, neither the testing installation nor as a custom installation. I tried both the setup in the command line as well as using Portainer, both times receiving the same error message. On the initial screen, I get a message that the version is not up-to-date. Behind this dialog, there are only two lines of text: ``` 500 undefined ``` I attached the log from the console which got flooded with messages. **Task List** - [x] I have read thoroughly the README setup and installation instructions. - [x] I have included my `docker-compose` file. - [x] I have included my redacted `.env` file. - [x] I have included information on my machine, and environment. [docker-compose.yml](https://github.com/immich-app/immich/files/9415525/docker-compose.yml.txt) [.env](https://github.com/immich-app/immich/files/9415542/env.txt) **To Reproduce** Steps to reproduce the behavior: 1. Run installation procedure from README on Synology NAS **Expected behavior** Login screen **System** - Synology OS: `DSM 7.1-42661 Update 4` - Docker Version: `20.10.3-1308` - Server Version: `release` <details> <summary><b>Logs</b></summary> ``` Starting immich_postgres ... done Starting immich_immich-web_1 ... done Starting immich_redis ... done Starting immich_immich-machine-learning_1 ... done Starting immich_immich-server_1 ... done Starting immich_immich-microservices_1 ... done Starting immich_proxy ... done Attaching to immich_immich-web_1, immich_postgres, immich_redis, immich_immich-machine-learning_1, immich_immich-server_1, immich_immich-microservices_1 immich-machine-learning_1 | immich-machine-learning_1 | > nest_microservices@0.0.1 prebuild immich-machine-learning_1 | > rimraf dist immich-machine-learning_1 | immich-machine-learning_1 | immich-machine-learning_1 | > nest_microservices@0.0.1 build immich-machine-learning_1 | > nest build immich-machine-learning_1 | immich-web_1 | immich-web_1 | > web@0.0.1 build immich-web_1 | > svelte-kit build immich-web_1 | immich-web_1 | vite v2.9.8 building for production... immich-web_1 | transforming... immich_postgres | immich_postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization immich_postgres | redis_1 | 1:C 24 Aug 2022 09:04:35.766 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo redis_1 | 1:C 24 Aug 2022 09:04:35.766 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started redis_1 | 1:C 24 Aug 2022 09:04:35.766 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf redis_1 | 1:M 24 Aug 2022 09:04:35.767 * monotonic clock: POSIX clock_gettime redis_1 | 1:M 24 Aug 2022 09:04:35.767 # A key '__redis__compare_helper' was added to Lua globals which is not on the globals allow list nor listed on the deny list. redis_1 | 1:M 24 Aug 2022 09:04:35.768 * Running mode=standalone, port=6379. redis_1 | 1:M 24 Aug 2022 09:04:35.768 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. redis_1 | 1:M 24 Aug 2022 09:04:35.768 # Server initialized redis_1 | 1:M 24 Aug 2022 09:04:35.768 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. redis_1 | 1:M 24 Aug 2022 09:04:35.768 # Can't handle RDB format version 10 redis_1 | 1:M 24 Aug 2022 09:04:35.768 # Fatal error loading the DB: Invalid argument. Exiting. immich_postgres | 2022-08-24 09:04:35.296 UTC [1] LOG: starting PostgreSQL 14.4 (Debian 14.4-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit immich_postgres | 2022-08-24 09:04:35.296 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 immich_postgres | 2022-08-24 09:04:35.296 UTC [1] LOG: listening on IPv6 address "::", port 5432 immich_postgres | 2022-08-24 09:04:35.520 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" immich_postgres | 2022-08-24 09:04:35.830 UTC [27] LOG: database system was shut down at 2022-08-24 09:01:41 UTC immich_postgres | 2022-08-24 09:04:36.019 UTC [1] LOG: database system is ready to accept connections immich-microservices_1 | [Nest] 10 - 08/24/2022, 9:04:51 AM LOG [NestFactory] Starting Nest application... immich-microservices_1 | [Nest] 10 - 08/24/2022, 9:04:51 AM LOG [InstanceLoader] DatabaseModule dependencies initialized +227ms immich-microservices_1 | [Nest] 10 - 08/24/2022, 9:04:51 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +4ms immich-microservices_1 | [Nest] 10 - 08/24/2022, 9:04:51 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-microservices_1 | [Nest] 10 - 08/24/2022, 9:04:51 AM LOG [InstanceLoader] JwtModule dependencies initialized +7ms immich-microservices_1 | [Nest] 10 - 08/24/2022, 9:04:51 AM LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms immich-microservices_1 | [Nest] 10 - 08/24/2022, 9:04:51 AM LOG [InstanceLoader] BullModule dependencies initialized +48ms immich-microservices_1 | [Nest] 10 - 08/24/2022, 9:04:51 AM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-microservices_1 | [Nest] 10 - 08/24/2022, 9:04:51 AM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-microservices_1 | [Nest] 10 - 08/24/2022, 9:04:51 AM LOG [InstanceLoader] BullModule dependencies initialized +5ms immich-microservices_1 | [Nest] 10 - 08/24/2022, 9:04:51 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-microservices_1 | node:events:505 immich-microservices_1 | throw er; // Unhandled 'error' event immich-microservices_1 | ^ immich-microservices_1 | immich-microservices_1 | Error: connect ECONNREFUSED 172.19.0.4:6379 immich-microservices_1 | at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16) immich-microservices_1 | Emitted 'error' event on RedisClient instance at: immich-microservices_1 | at RedisClient.on_error (/usr/src/app/node_modules/redis/index.js:342:14) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/redis/index.js:223:14) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at emitErrorNT (node:internal/streams/destroy:157:8) immich-microservices_1 | at emitErrorCloseNT (node:internal/streams/destroy:122:3) immich-microservices_1 | at processTicksAndRejections (node:internal/process/task_queues:83:21) { immich-microservices_1 | errno: -111, immich-microservices_1 | code: 'ECONNREFUSED', immich-microservices_1 | syscall: 'connect', immich-microservices_1 | address: '172.19.0.4', immich-microservices_1 | port: 6379 immich-microservices_1 | } immich-server_1 | /usr/src/app/node_modules/@nestjs/config/dist/config.module.js:75 immich-server_1 | throw new Error(`Config validation error: ${error.message}`); immich-server_1 | ^ immich-server_1 | immich-server_1 | Error: Config validation error: "VITE_SERVER_ENDPOINT" is required immich-server_1 | at Function.forRoot (/usr/src/app/node_modules/@nestjs/config/dist/config.module.js:75:23) immich-server_1 | at Object.<anonymous> (/usr/src/app/dist/apps/immich/apps/immich/src/app.module.js:36:35) immich-server_1 | at Module._compile (node:internal/modules/cjs/loader:1105:14) immich-server_1 | at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10) immich-server_1 | at Module.load (node:internal/modules/cjs/loader:981:32) immich-server_1 | at Function.Module._load (node:internal/modules/cjs/loader:822:12) immich-server_1 | at Module.require (node:internal/modules/cjs/loader:1005:19) immich-server_1 | at require (node:internal/modules/cjs/helpers:102:18) immich-server_1 | at Object.<anonymous> (/usr/src/app/dist/apps/immich/apps/immich/src/main.js:11:22) immich-server_1 | at Module._compile (node:internal/modules/cjs/loader:1105:14) immich_redis exited with code 1 immich-machine-learning_1 | immich-machine-learning_1 | > nest_microservices@0.0.1 start:prod immich-machine-learning_1 | > node dist/main immich-machine-learning_1 | immich-machine-learning_1 | Illegal instruction (core dumped) immich-web_1 | ✓ 801 modules transformed. immich-web_1 | rendering chunks... immich-web_1 | .svelte-kit/output/client/_app/manifest.json 6.22 KiB immich-web_1 | .svelte-kit/output/client/_app/start-0b10f368.js 24.74 KiB / gzip: 8.75 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/__layout.svelte-bb8accb8.js 20.99 KiB / gzip: 7.66 KiB immich-web_1 | .svelte-kit/output/client/_app/error.svelte-77365d18.js 1.56 KiB / gzip: 0.75 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/admin/index.svelte-b1557ae6.js 16.66 KiB / gzip: 5.88 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/auth/change-password/index.svelte-59045863.js 6.75 KiB / gzip: 2.87 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/auth/login/index.svelte-911e8104.js 5.00 KiB / gzip: 2.16 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/auth/register/index.svelte-dc70f9fb.js 7.34 KiB / gzip: 2.86 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/index.svelte-4b556c65.js 2.30 KiB / gzip: 1.18 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/photos/_assetId_.svelte-1c414347.js 0.28 KiB / gzip: 0.22 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-ef4af6b9.js 12.54 KiB / gzip: 5.21 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-5bce63e4.js 0.79 KiB / gzip: 0.49 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/singletons-d1fb5791.js 0.05 KiB / gzip: 0.07 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/preload-helper-e4860ae8.js 0.55 KiB / gzip: 0.39 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-671921bc.js 1.76 KiB / gzip: 0.66 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/api-b78ff602.js 40.02 KiB / gzip: 10.18 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/constants-c7fb1966.js 0.32 KiB / gzip: 0.24 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/full-screen-modal-f787b1df.js 1.22 KiB / gzip: 0.75 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/stores-3c8b13ca.js 0.60 KiB / gzip: 0.32 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/click-outside-53cfcece.js 0.21 KiB / gzip: 0.16 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/status-box-fd5a7a0d.js 21.28 KiB / gzip: 7.35 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/auth-api-9c6b9414.js 0.43 KiB / gzip: 0.16 KiB immich-web_1 | .svelte-kit/output/client/_app/assets/pages/__layout.svelte-a1de6fe4.css 17.55 KiB / gzip: 4.37 KiB immich-web_1 | .svelte-kit/output/client/_app/assets/pages/photos/index.svelte-5f6f7bc6.css 0.21 KiB / gzip: 0.18 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/photos/index.svelte-c344f0b6.js 128.73 KiB / gzip: 41.15 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/leaflet-src-6ebd4c0b.js 142.61 KiB / gzip: 41.34 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/assets-52ff2bba.js 217.73 KiB / gzip: 75.52 KiB immich-web_1 | vite v2.9.8 building SSR bundle for production... immich-web_1 | transforming... immich_immich-microservices_1 exited with code 1 immich_immich-server_1 exited with code 1 immich-web_1 | ✓ 94 modules transformed. immich-web_1 | rendering chunks... immich-web_1 | .svelte-kit/output/server/manifest.json 5.00 KiB immich-web_1 | .svelte-kit/output/server/index.js 75.63 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js 0.20 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/change-password/index.ts.js 0.77 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/index.ts.js 1.45 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/register/index.ts.js 0.82 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/admin/api/create-user.ts.js 0.81 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/__layout.svelte.js 8.39 KiB immich-web_1 | .svelte-kit/output/server/entries/fallbacks/error.svelte.js 0.72 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/admin/index.svelte.js 6.58 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/change-password/index.svelte.js 3.32 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js 2.17 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js 3.41 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/index.svelte.js 1.61 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/photos/_assetId_.svelte.js 0.42 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/photos/index.svelte.js 11.07 KiB immich-web_1 | .svelte-kit/output/server/chunks/index-ab6b5b88.js 4.26 KiB immich-web_1 | .svelte-kit/output/server/chunks/api-861dabed.js 63.11 KiB immich-web_1 | .svelte-kit/output/server/chunks/constants-d5352580.js 0.22 KiB immich-web_1 | .svelte-kit/output/server/chunks/assets-fbe3b467.js 5.00 KiB immich-web_1 | .svelte-kit/output/server/chunks/stores-4ada7be4.js 0.92 KiB immich-web_1 | .svelte-kit/output/server/chunks/status-box-836385e5.js 11.83 KiB immich-web_1 | .svelte-kit/output/server/chunks/hooks-69da9e6a.js 1.20 KiB immich-web_1 | immich-web_1 | Run npm run preview to preview your production build locally. immich-web_1 | immich-web_1 | > Using @sveltejs/adapter-node immich-web_1 | ✔ done immich-web_1 | Listening on 0.0.0.0:3000 redis_1 | 1:C 24 Aug 2022 08:49:41.775 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo redis_1 | 1:C 24 Aug 2022 08:49:41.775 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started redis_1 | 1:C 24 Aug 2022 08:49:41.775 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf redis_1 | 1:M 24 Aug 2022 08:49:41.776 * monotonic clock: POSIX clock_gettime redis_1 | 1:M 24 Aug 2022 08:49:41.776 # A key '__redis__compare_helper' was added to Lua globals which is not on the globals allow list nor listed on the deny list. redis_1 | 1:M 24 Aug 2022 08:49:41.777 * Running mode=standalone, port=6379. redis_1 | 1:M 24 Aug 2022 08:49:41.777 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. redis_1 | 1:M 24 Aug 2022 08:49:41.777 # Server initialized redis_1 | 1:M 24 Aug 2022 08:49:41.777 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. redis_1 | 1:M 24 Aug 2022 08:49:41.777 # Can't handle RDB format version 10 redis_1 | 1:M 24 Aug 2022 08:49:41.777 # Fatal error loading the DB: Invalid argument. Exiting. redis_1 | 1:C 24 Aug 2022 08:50:04.839 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo redis_1 | 1:C 24 Aug 2022 08:50:04.839 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started redis_1 | 1:C 24 Aug 2022 08:50:04.839 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf redis_1 | 1:M 24 Aug 2022 08:50:04.841 * monotonic clock: POSIX clock_gettime redis_1 | 1:M 24 Aug 2022 08:50:04.841 # A key '__redis__compare_helper' was added to Lua globals which is not on the globals allow list nor listed on the deny list. redis_1 | 1:M 24 Aug 2022 08:50:04.842 * Running mode=standalone, port=6379. redis_1 | 1:M 24 Aug 2022 08:50:04.842 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. redis_1 | 1:M 24 Aug 2022 08:50:04.842 # Server initialized redis_1 | 1:M 24 Aug 2022 08:50:04.842 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. redis_1 | 1:M 24 Aug 2022 08:50:04.845 # Can't handle RDB format version 10 redis_1 | 1:M 24 Aug 2022 08:50:04.847 # Fatal error loading the DB: Invalid argument. Exiting. immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:24 AM LOG [NestFactory] Starting Nest application... immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:24 AM LOG [NestFactory] Starting Nest application... immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:24 AM LOG [InstanceLoader] DatabaseModule dependencies initialized +124ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:24 AM LOG [InstanceLoader] DatabaseModule dependencies initialized +124ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:24 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:24 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:24 AM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:24 AM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:24 AM LOG [InstanceLoader] JwtModule dependencies initialized +2ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:24 AM LOG [InstanceLoader] JwtModule dependencies initialized +2ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:24 AM LOG [InstanceLoader] DiscoveryModule dependencies initialized +2ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:24 AM LOG [InstanceLoader] DiscoveryModule dependencies initialized +2ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:24 AM LOG [InstanceLoader] BullModule dependencies initialized +20ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:24 AM LOG [InstanceLoader] BullModule dependencies initialized +20ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:24 AM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:24 AM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:25 AM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:25 AM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:25 AM LOG [InstanceLoader] BullModule dependencies initialized +3ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:25 AM LOG [InstanceLoader] BullModule dependencies initialized +3ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:25 AM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:25 AM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-server_1 | /usr/src/app/node_modules/@nestjs/config/dist/config.module.js:75 immich-server_1 | throw new Error(`Config validation error: ${error.message}`); immich-server_1 | ^ immich-server_1 | immich-server_1 | Error: Config validation error: "VITE_SERVER_ENDPOINT" is required immich-server_1 | at Function.forRoot (/usr/src/app/node_modules/@nestjs/config/dist/config.module.js:75:23) immich-server_1 | at Object.<anonymous> (/usr/src/app/dist/apps/immich/apps/immich/src/app.module.js:36:35) immich-server_1 | at Module._compile (node:internal/modules/cjs/loader:1105:14) immich-server_1 | at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10) immich-server_1 | at Module.load (node:internal/modules/cjs/loader:981:32) immich-server_1 | at Function.Module._load (node:internal/modules/cjs/loader:822:12) immich-server_1 | at Module.require (node:internal/modules/cjs/loader:1005:19) immich-server_1 | at require (node:internal/modules/cjs/helpers:102:18) immich-server_1 | at Object.<anonymous> (/usr/src/app/dist/apps/immich/apps/immich/src/main.js:11:22) immich-server_1 | at Module._compile (node:internal/modules/cjs/loader:1105:14) immich-server_1 | /usr/src/app/node_modules/@nestjs/config/dist/config.module.js:75 immich-server_1 | throw new Error(`Config validation error: ${error.message}`); immich-server_1 | ^ immich-server_1 | immich-server_1 | Error: Config validation error: "VITE_SERVER_ENDPOINT" is required immich-server_1 | at Function.forRoot (/usr/src/app/node_modules/@nestjs/config/dist/config.module.js:75:23) immich-server_1 | at Object.<anonymous> (/usr/src/app/dist/apps/immich/apps/immich/src/app.module.js:36:35) immich-server_1 | at Module._compile (node:internal/modules/cjs/loader:1105:14) immich-server_1 | at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10) immich-server_1 | at Module.load (node:internal/modules/cjs/loader:981:32) immich-server_1 | at Function.Module._load (node:internal/modules/cjs/loader:822:12) immich-server_1 | at Module.require (node:internal/modules/cjs/loader:1005:19) immich-server_1 | at require (node:internal/modules/cjs/helpers:102:18) immich-server_1 | at Object.<anonymous> (/usr/src/app/dist/apps/immich/apps/immich/src/main.js:11:22) immich-server_1 | at Module._compile (node:internal/modules/cjs/loader:1105:14) immich_postgres | 2022-08-24 09:05:25.336 UTC [36] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 09:05:25.336 UTC [36] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:25 AM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)... immich-microservices_1 | [Nest] 8 - 08/24/2022, 9:05:25 AM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)... immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_redis exited with code 1 immich_redis exited with code 1 immich_redis exited with code 1 immich-machine-learning_1 | immich-machine-learning_1 | > nest_microservices@0.0.1 start:prod immich-machine-learning_1 | > node dist/main immich-machine-learning_1 | immich-machine-learning_1 | Illegal instruction (core dumped) immich-microservices_1 | node:events:505 immich-microservices_1 | throw er; // Unhandled 'error' event immich-microservices_1 | ^ immich-microservices_1 | immich-microservices_1 | Error: connect EHOSTUNREACH 172.19.0.4:6379 immich-microservices_1 | at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16) immich-microservices_1 | Emitted 'error' event on RedisClient instance at: immich-microservices_1 | at RedisClient.on_error (/usr/src/app/node_modules/redis/index.js:342:14) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/redis/index.js:223:14) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at emitErrorNT (node:internal/streams/destroy:157:8) immich-microservices_1 | at emitErrorCloseNT (node:internal/streams/destroy:122:3) immich-microservices_1 | at processTicksAndRejections (node:internal/process/task_queues:83:21) { immich-microservices_1 | errno: -113, immich-microservices_1 | code: 'EHOSTUNREACH', immich-microservices_1 | syscall: 'connect', immich-microservices_1 | address: '172.19.0.4', immich-microservices_1 | port: 6379 immich-microservices_1 | } immich-microservices_1 | node:events:505 immich-microservices_1 | throw er; // Unhandled 'error' event immich-microservices_1 | ^ immich-microservices_1 | immich-microservices_1 | Error: connect EHOSTUNREACH 172.19.0.4:6379 immich-microservices_1 | at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16) immich-microservices_1 | Emitted 'error' event on RedisClient instance at: immich-microservices_1 | at RedisClient.on_error (/usr/src/app/node_modules/redis/index.js:342:14) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/redis/index.js:223:14) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at emitErrorNT (node:internal/streams/destroy:157:8) immich-microservices_1 | at emitErrorCloseNT (node:internal/streams/destroy:122:3) immich-microservices_1 | at processTicksAndRejections (node:internal/process/task_queues:83:21) { immich-microservices_1 | errno: -113, immich-microservices_1 | code: 'EHOSTUNREACH', immich-microservices_1 | syscall: 'connect', immich-microservices_1 | address: '172.19.0.4', immich-microservices_1 | port: 6379 immich-microservices_1 | } immich_immich-machine-learning_1 exited with code 132 immich-server_1 | /usr/src/app/node_modules/@nestjs/config/dist/config.module.js:75 immich-server_1 | throw new Error(`Config validation error: ${error.message}`); immich-server_1 | ^ immich-server_1 | immich-server_1 | Error: Config validation error: "VITE_SERVER_ENDPOINT" is required immich-server_1 | at Function.forRoot (/usr/src/app/node_modules/@nestjs/config/dist/config.module.js:75:23) immich-server_1 | at Object.<anonymous> (/usr/src/app/dist/apps/immich/apps/immich/src/app.module.js:36:35) immich-server_1 | at Module._compile (node:internal/modules/cjs/loader:1105:14) immich-server_1 | at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10) immich-server_1 | at Module.load (node:internal/modules/cjs/loader:981:32) immich-server_1 | at Function.Module._load (node:internal/modules/cjs/loader:822:12) immich-server_1 | at Module.require (node:internal/modules/cjs/loader:1005:19) immich-server_1 | at require (node:internal/modules/cjs/helpers:102:18) immich-server_1 | at Object.<anonymous> (/usr/src/app/dist/apps/immich/apps/immich/src/main.js:11:22) immich-server_1 | at Module._compile (node:internal/modules/cjs/loader:1105:14) immich_immich-server_1 exited with code 1 immich_immich-server_1 exited with code 1 immich_redis exited with code 1 ``` </details> </details>
Author
Owner

@bo0tzz commented on GitHub (Aug 24, 2022):

While I'm not certain, I think some of the characters in your jwt secret might be illegal. Try just an alphanumeric string.

Edit: after looking at the logs (I missed them the first time), I think you're on an old version of Immich. Make sure to run docker-compose pull

@bo0tzz commented on GitHub (Aug 24, 2022): While I'm not certain, I think some of the characters in your jwt secret might be illegal. Try just an alphanumeric string. Edit: after looking at the logs (I missed them the first time), I think you're on an old version of Immich. Make sure to run `docker-compose pull`
Author
Owner

@dodekaphilist commented on GitHub (Aug 24, 2022):

I pulled the latest images and started again, now I'm getting
500 Request failed with status code 502
as error messages after clicking on getting started.

Some new logs:

Expand

immich-web_1 |
immich-web_1 | > immich-web@1.0.0 build
immich-web_1 | > vite build
immich-web_1 |
immich-web_1 | ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
immich-web_1 |
immich-web_1 | tsconfig.json:2:12:
immich-web_1 | 2 │ "extends": "./.svelte-kit/tsconfig.json",
immich-web_1 | ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
immich-web_1 |
immich-web_1 | ▲ [WARNING] Non-relative path "src/lib" is not allowed when "baseUrl" is not set (did you forget a leading "./"?) [tsconfig.json]
immich-web_1 |
immich-web_1 | tsconfig.json:19:12:
immich-web_1 | 19 │ "$lib": ["src/lib"],
immich-web_1 | ╵ ~~~~~~~~~
immich-web_1 |
immich-web_1 | ▲ [WARNING] Non-relative path "src/lib/" is not allowed when "baseUrl" is not set (did you forget a leading "./"?) [tsconfig.json]
immich-web_1 |
immich-web_1 | tsconfig.json:20:14:
immich-web_1 | 20 │ "$lib/
": ["src/lib/*"],
immich-web_1 | ╵ ~~~~~~~~~~~
immich-web_1 |
immich-web_1 | ▲ [WARNING] Non-relative path "src/api" is not allowed when "baseUrl" is not set (did you forget a leading "./"?) [tsconfig.json]
immich-web_1 |
immich-web_1 | tsconfig.json:21:12:
immich-web_1 | 21 │ "@api": ["src/api"]
immich-web_1 | ╵ ~~~~~~~~~
immich-web_1 |
immich-web_1 | vite v3.0.0 building for production...
immich-web_1 | transforming...
immich_postgres |
immich_postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization
immich_postgres |
immich_postgres | 2022-08-24 12:11:09.178 UTC [1] LOG: starting PostgreSQL 14.5 (Debian 14.5-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
immich_postgres | 2022-08-24 12:11:09.214 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
immich_postgres | 2022-08-24 12:11:09.214 UTC [1] LOG: listening on IPv6 address "::", port 5432
immich_postgres | 2022-08-24 12:11:09.675 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
immich_postgres | 2022-08-24 12:11:10.379 UTC [28] LOG: database system was shut down at 2022-08-24 12:04:39 UTC
immich_postgres | 2022-08-24 12:11:10.691 UTC [1] LOG: database system is ready to accept connections
redis_1 | 1:C 24 Aug 2022 12:11:00.426 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1 | 1:C 24 Aug 2022 12:11:00.426 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1 | 1:C 24 Aug 2022 12:11:00.426 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1 | 1:M 24 Aug 2022 12:11:00.427 * monotonic clock: POSIX clock_gettime
redis_1 | 1:M 24 Aug 2022 12:11:00.427 # A key '__redis__compare_helper' was added to Lua globals which is not on the globals allow list nor listed on the deny list.
redis_1 | 1:M 24 Aug 2022 12:11:00.428 * Running mode=standalone, port=6379.
redis_1 | 1:M 24 Aug 2022 12:11:00.428 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1 | 1:M 24 Aug 2022 12:11:00.428 # Server initialized
redis_1 | 1:M 24 Aug 2022 12:11:00.428 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1 | 1:M 24 Aug 2022 12:11:00.428 * Loading RDB produced by version 6.2.7
redis_1 | 1:M 24 Aug 2022 12:11:00.428 * RDB age 382 seconds
redis_1 | 1:M 24 Aug 2022 12:11:00.428 * RDB memory usage when created 0.77 Mb
redis_1 | 1:M 24 Aug 2022 12:11:00.428 # Done loading RDB, keys loaded: 0, keys expired: 0.
redis_1 | 1:M 24 Aug 2022 12:11:00.428 * DB loaded from disk: 0.000 seconds
redis_1 | 1:M 24 Aug 2022 12:11:00.428 * Ready to accept connections
immich-machine-learning_1 | Illegal instruction (core dumped)
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [NestFactory] Starting Nest application...
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] DatabaseModule dependencies initialized +404ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized +6ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] BullModule dependencies initialized +3ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] JwtModule dependencies initialized +6ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] DiscoveryModule dependencies initialized +4ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] BullModule dependencies initialized +49ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] BullModule dependencies initialized +16ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [NestFactory] Starting Nest application...
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] DatabaseModule dependencies initialized +543ms
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] JwtModule dependencies initialized +7ms
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] AppModule dependencies initialized +4ms
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] DiscoveryModule dependencies initialized +4ms
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] ConfigModule dependencies initialized +31ms
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] ScheduleModule dependencies initialized +17ms
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich_postgres | 2022-08-24 12:11:45.487 UTC [35] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:11:45.487 UTC [35] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)...
immich-microservices_1 | error: password authentication failed for user "immich"
immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1 | at Socket.emit (node:events:527:28)
immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich-machine-learning_1 | Illegal instruction (core dumped)
immich_postgres | 2022-08-24 12:11:45.706 UTC [36] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:11:45.706 UTC [36] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)...
immich-server_1 | error: password authentication failed for user "immich"
immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-server_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-server_1 | at Socket.emit (node:events:527:28)
immich-server_1 | at addChunk (node:internal/streams/readable:315:12)
immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_immich-machine-learning_1 exited with code 132
immich_postgres | 2022-08-24 12:11:48.695 UTC [37] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:11:48.695 UTC [37] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:48 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (2)...
immich-microservices_1 | error: password authentication failed for user "immich"
immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1 | at Socket.emit (node:events:527:28)
immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_postgres | 2022-08-24 12:11:48.951 UTC [38] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:11:48.951 UTC [38] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:48 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (2)...
immich-server_1 | error: password authentication failed for user "immich"
immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-server_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-server_1 | at Socket.emit (node:events:527:28)
immich-server_1 | at addChunk (node:internal/streams/readable:315:12)
immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_postgres | 2022-08-24 12:11:51.827 UTC [39] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:11:51.827 UTC [39] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:51 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (3)...
immich-microservices_1 | error: password authentication failed for user "immich"
immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1 | at Socket.emit (node:events:527:28)
immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_postgres | 2022-08-24 12:11:52.103 UTC [40] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:11:52.103 UTC [40] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:52 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (3)...
immich-server_1 | error: password authentication failed for user "immich"
immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-server_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-server_1 | at Socket.emit (node:events:527:28)
immich-server_1 | at addChunk (node:internal/streams/readable:315:12)
immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich-machine-learning_1 | Illegal instruction (core dumped)
immich_immich-machine-learning_1 exited with code 132
immich-web_1 | ✓ 814 modules transformed.
immich_postgres | 2022-08-24 12:11:54.913 UTC [41] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:11:54.913 UTC [41] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:54 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (4)...
immich-microservices_1 | error: password authentication failed for user "immich"
immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1 | at Socket.emit (node:events:527:28)
immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_postgres | 2022-08-24 12:11:55.183 UTC [42] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:11:55.183 UTC [42] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:55 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (4)...
immich-server_1 | error: password authentication failed for user "immich"
immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-server_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-server_1 | at Socket.emit (node:events:527:28)
immich-server_1 | at addChunk (node:internal/streams/readable:315:12)
immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich-web_1 | rendering chunks...
immich-web_1 | .svelte-kit/output/client/_app/manifest.json 10.03 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/start-ef050c9f.js 27.41 KiB / gzip: 9.12 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/__layout.svelte-d62d4ea4.js 21.01 KiB / gzip: 7.60 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/error.svelte-7be623ed.js 1.56 KiB / gzip: 0.75 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/admin/index.svelte-7029b0bc.js 24.98 KiB / gzip: 7.96 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/albums/albumId/photos/assetId.svelte-aa20efb9.js 0.32 KiB / gzip: 0.24 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/auth/login/index.svelte-4ac1a3ce.js 4.96 KiB / gzip: 2.17 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/albums/index.svelte-8df7ccbb.js 10.98 KiB / gzip: 4.62 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/auth/change-password/index.svelte-3e90ed61.js 6.48 KiB / gzip: 2.75 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/albums/albumId/index.svelte-e42017bf.js 53.30 KiB / gzip: 15.69 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/auth/register/index.svelte-ff2e973e.js 7.35 KiB / gzip: 2.86 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/index.svelte-3299f00e.js 2.31 KiB / gzip: 1.18 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/photos/assetId.svelte-9db228a2.js 0.24 KiB / gzip: 0.20 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/photos/index.svelte-537fc0aa.js 10.81 KiB / gzip: 4.36 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/sharing/index.svelte-25ade78b.js 9.14 KiB / gzip: 3.79 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/index-73abe660.js 13.28 KiB / gzip: 5.58 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/index-cdc8ee48.js 0.79 KiB / gzip: 0.49 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/singletons-cdeec3fd.js 0.05 KiB / gzip: 0.07 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/preload-helper-4c397a37.js 0.69 KiB / gzip: 0.43 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/index-7b960913.js 1.48 KiB / gzip: 0.59 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/api-9d6ed637.js 41.68 KiB / gzip: 10.69 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/full-screen-modal-522218aa.js 1.22 KiB / gzip: 0.75 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/click-outside-d61b158d.js 0.21 KiB / gzip: 0.16 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/status-box-0c623291.js 20.38 KiB / gzip: 6.52 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/loading-spinner-5cb482b5.js 2.15 KiB / gzip: 1.17 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/DeleteOutline-1e60e4a1.js 2.73 KiB / gzip: 1.41 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/menu-option-0e7d5ffa.js 4.00 KiB / gzip: 1.84 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/ImageOutline-431d3d1f.js 1.08 KiB / gzip: 0.62 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/side-bar-4069336c.js 3.79 KiB / gzip: 1.65 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/PlusBoxOutline-6c8c4589.js 1.07 KiB / gzip: 0.61 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/assets/DeleteOutline-3e5300b3.css 0.16 KiB / gzip: 0.12 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/assets/control-app-bar-5d4188b2.css 0.22 KiB / gzip: 0.18 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/assets/__layout-e43c6911.css 23.38 KiB / gzip: 5.03 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/control-app-bar-3c25975c.js 124.46 KiB / gzip: 39.44 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/leaflet-src-b269313c.js 142.58 KiB / gzip: 41.35 KiB
immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/assets-f86792ab.js 218.25 KiB / gzip: 75.60 KiB
immich-web_1 | vite v3.0.0 building SSR bundle for production...
immich-web_1 | transforming...
immich_postgres | 2022-08-24 12:11:58.046 UTC [43] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:11:58.046 UTC [43] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:58 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (5)...
immich-microservices_1 | error: password authentication failed for user "immich"
immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1 | at Socket.emit (node:events:527:28)
immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_postgres | 2022-08-24 12:11:58.343 UTC [44] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:11:58.343 UTC [44] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:58 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (5)...
immich-server_1 | error: password authentication failed for user "immich"
immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-server_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-server_1 | at Socket.emit (node:events:527:28)
immich-server_1 | at addChunk (node:internal/streams/readable:315:12)
immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich-machine-learning_1 | Illegal instruction (core dumped)
immich_immich-machine-learning_1 exited with code 132
immich_postgres | 2022-08-24 12:12:01.123 UTC [45] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:01.123 UTC [45] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:01 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (6)...
immich-microservices_1 | error: password authentication failed for user "immich"
immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1 | at Socket.emit (node:events:527:28)
immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_postgres | 2022-08-24 12:12:01.419 UTC [46] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:01.419 UTC [46] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-server_1 | [Nest] 7 - 08/24/2022, 12:12:01 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (6)...
immich-server_1 | error: password authentication failed for user "immich"
immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-server_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-server_1 | at Socket.emit (node:events:527:28)
immich-server_1 | at addChunk (node:internal/streams/readable:315:12)
immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich-web_1 | ✓ 120 modules transformed.
immich-web_1 | rendering chunks...
immich-web_1 | .svelte-kit/output/server/manifest.json 7.32 KiB
immich-web_1 | .svelte-kit/output/server/index.js 76.18 KiB
immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js 0.48 KiB
immich-web_1 | .svelte-kit/output/server/entries/endpoints/data/user/get-my-user-info.ts.js 0.30 KiB
immich-web_1 | .svelte-kit/output/server/entries/endpoints/data/user/get-all-users.ts.js 0.36 KiB
immich-web_1 | .svelte-kit/output/server/entries/endpoints/data/asset/get-all-assets.ts.js 0.30 KiB
immich-web_1 | .svelte-kit/output/server/entries/endpoints/data/album/get-all-albums.ts.js 0.39 KiB
immich-web_1 | .svelte-kit/output/server/entries/endpoints/data/album/get-album-info.ts.js 0.37 KiB
immich-web_1 | .svelte-kit/output/server/entries/pages/__layout.svelte.js 7.45 KiB
immich-web_1 | .svelte-kit/output/server/entries/fallbacks/error.svelte.js 0.74 KiB
immich-web_1 | .svelte-kit/output/server/entries/pages/admin/index.svelte.js 5.55 KiB
immich-web_1 | .svelte-kit/output/server/entries/pages/albums/albumId/index.svelte.js 13.55 KiB
immich-web_1 | .svelte-kit/output/server/entries/pages/albums/albumId/photos/assetId.svelte.js 0.59 KiB
immich-web_1 | .svelte-kit/output/server/entries/pages/albums/index.svelte.js 4.38 KiB
immich-web_1 | .svelte-kit/output/server/entries/pages/auth/change-password/index.svelte.js 3.17 KiB
immich-web_1 | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js 2.19 KiB
immich-web_1 | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js 3.29 KiB
immich-web_1 | .svelte-kit/output/server/entries/pages/index.svelte.js 1.35 KiB
immich-web_1 | .svelte-kit/output/server/entries/pages/photos/assetId.svelte.js 0.45 KiB
immich-web_1 | .svelte-kit/output/server/entries/pages/photos/index.svelte.js 5.95 KiB
immich-web_1 | .svelte-kit/output/server/entries/pages/sharing/index.svelte.js 5.31 KiB
immich-web_1 | .svelte-kit/output/server/immutable/chunks/index-b4270eaf.js 4.88 KiB
immich-web_1 | .svelte-kit/output/server/immutable/chunks/api-3b5a1fed.js 62.85 KiB
immich-web_1 | .svelte-kit/output/server/immutable/chunks/assets-c238191d.js 4.09 KiB
immich-web_1 | .svelte-kit/output/server/immutable/chunks/status-box-566175c3.js 12.52 KiB
immich-web_1 | .svelte-kit/output/server/immutable/chunks/stores-e0f09a49.js 0.63 KiB
immich-web_1 | .svelte-kit/output/server/immutable/chunks/DotsVertical-7af44ada.js 1.28 KiB
immich-web_1 | .svelte-kit/output/server/immutable/chunks/circle-icon-button-3d87ebe5.js 1.93 KiB
immich-web_1 | .svelte-kit/output/server/immutable/chunks/DeleteOutline-3403d29e.js 11.23 KiB
immich-web_1 | .svelte-kit/output/server/immutable/chunks/side-bar-f8e70e4c.js 4.04 KiB
immich-web_1 | .svelte-kit/output/server/immutable/chunks/PlusBoxOutline-834f914d.js 1.21 KiB
immich-web_1 | .svelte-kit/output/server/immutable/chunks/hooks-3120f9fe.js 0.76 KiB
immich_postgres | 2022-08-24 12:12:04.249 UTC [47] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:04.249 UTC [47] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:04 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (7)...
immich-microservices_1 | error: password authentication failed for user "immich"
immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1 | at Socket.emit (node:events:527:28)
immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_postgres | 2022-08-24 12:12:04.532 UTC [48] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:04.532 UTC [48] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-server_1 | [Nest] 7 - 08/24/2022, 12:12:04 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (7)...
immich-server_1 | error: password authentication failed for user "immich"
immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-server_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-server_1 | at Socket.emit (node:events:527:28)
immich-server_1 | at addChunk (node:internal/streams/readable:315:12)
immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich-web_1 | (node:19) ExperimentalWarning: buffer.Blob is an experimental feature. This feature could change at any time
immich-web_1 | (Use node --trace-warnings ... to show where the warning was created)
immich-web_1 |
immich-web_1 | Run npm run preview to preview your production build locally.
immich-web_1 |
immich-web_1 | > Using @sveltejs/adapter-node
immich-web_1 | ✔ done
immich-machine-learning_1 | Illegal instruction (core dumped)
immich-web_1 | Listening on 0.0.0.0:3000
immich_immich-machine-learning_1 exited with code 132
immich_postgres | 2022-08-24 12:12:07.314 UTC [49] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:07.314 UTC [49] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:07 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (8)...
immich-microservices_1 | error: password authentication failed for user "immich"
immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1 | at Socket.emit (node:events:527:28)
immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_postgres | 2022-08-24 12:12:07.599 UTC [50] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:07.599 UTC [50] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-server_1 | [Nest] 7 - 08/24/2022, 12:12:07 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (8)...
immich-server_1 | error: password authentication failed for user "immich"
immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-server_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-server_1 | at Socket.emit (node:events:527:28)
immich-server_1 | at addChunk (node:internal/streams/readable:315:12)
immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_postgres | 2022-08-24 12:12:10.390 UTC [51] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:10.390 UTC [51] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:10 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (9)...
immich-microservices_1 | error: password authentication failed for user "immich"
immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1 | at Socket.emit (node:events:527:28)
immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:10 PM ERROR [ExceptionHandler] password authentication failed for user "immich"
immich-microservices_1 | error: password authentication failed for user "immich"
immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1 | at Socket.emit (node:events:527:28)
immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_postgres | 2022-08-24 12:12:10.678 UTC [52] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:10.678 UTC [52] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-server_1 | [Nest] 7 - 08/24/2022, 12:12:10 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (9)...
immich-server_1 | error: password authentication failed for user "immich"
immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-server_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-server_1 | at Socket.emit (node:events:527:28)
immich-server_1 | at addChunk (node:internal/streams/readable:315:12)
immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich-server_1 | [Nest] 7 - 08/24/2022, 12:12:10 PM ERROR [ExceptionHandler] password authentication failed for user "immich"
immich-server_1 | error: password authentication failed for user "immich"
immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-server_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-server_1 | at Socket.emit (node:events:527:28)
immich-server_1 | at addChunk (node:internal/streams/readable:315:12)
immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich-machine-learning_1 | Illegal instruction (core dumped)
immich_immich-machine-learning_1 exited with code 132
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:19 PM LOG [NestFactory] Starting Nest application...
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] DatabaseModule dependencies initialized +185ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] JwtModule dependencies initialized +1ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] DiscoveryModule dependencies initialized +2ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] BullModule dependencies initialized +13ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich_postgres | 2022-08-24 12:12:20.477 UTC [53] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:20.477 UTC [53] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)...
immich-microservices_1 | error: password authentication failed for user "immich"
immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1 | at Socket.emit (node:events:527:28)
immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [NestFactory] Starting Nest application...
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] DatabaseModule dependencies initialized +125ms
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] JwtModule dependencies initialized +2ms
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] AppModule dependencies initialized +2ms
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] DiscoveryModule dependencies initialized +2ms
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] ConfigModule dependencies initialized +13ms
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] ScheduleModule dependencies initialized +2ms
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-machine-learning_1 | Illegal instruction (core dumped)
immich_postgres | 2022-08-24 12:12:22.355 UTC [54] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:22.355 UTC [54] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)...
immich-server_1 | error: password authentication failed for user "immich"
immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-server_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-server_1 | at Socket.emit (node:events:527:28)
immich-server_1 | at addChunk (node:internal/streams/readable:315:12)
immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_postgres | 2022-08-24 12:12:23.618 UTC [55] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:23.618 UTC [55] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:23 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (2)...
immich-microservices_1 | error: password authentication failed for user "immich"
immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1 | at Socket.emit (node:events:527:28)
immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_immich-machine-learning_1 exited with code 132
immich_postgres | 2022-08-24 12:12:25.498 UTC [56] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:25.498 UTC [56] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:25 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (2)...
immich-server_1 | error: password authentication failed for user "immich"
immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-server_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-server_1 | at Socket.emit (node:events:527:28)
immich-server_1 | at addChunk (node:internal/streams/readable:315:12)
immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_postgres | 2022-08-24 12:12:26.693 UTC [57] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:26.693 UTC [57] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:26 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (3)...
immich-microservices_1 | error: password authentication failed for user "immich"
immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1 | at Socket.emit (node:events:527:28)
immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_postgres | 2022-08-24 12:12:28.570 UTC [58] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:28.570 UTC [58] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:28 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (3)...
immich-server_1 | error: password authentication failed for user "immich"
immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-server_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-server_1 | at Socket.emit (node:events:527:28)
immich-server_1 | at addChunk (node:internal/streams/readable:315:12)
immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_postgres | 2022-08-24 12:12:29.755 UTC [59] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:29.755 UTC [59] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:29 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (4)...
immich-microservices_1 | error: password authentication failed for user "immich"
immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1 | at Socket.emit (node:events:527:28)
immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_postgres | 2022-08-24 12:12:31.639 UTC [60] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:31.639 UTC [60] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:31 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (4)...
immich-server_1 | error: password authentication failed for user "immich"
immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-server_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-server_1 | at Socket.emit (node:events:527:28)
immich-server_1 | at addChunk (node:internal/streams/readable:315:12)
immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
immich_postgres | 2022-08-24 12:12:32.850 UTC [61] FATAL: password authentication failed for user "immich"
immich_postgres | 2022-08-24 12:12:32.850 UTC [61] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:32 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (5)...
immich-microservices_1 | error: password authentication failed for user "immich"
immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98)
immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29)
immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38)
immich-microservices_1 | at Socket. (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42)
immich-microservices_1 | at Socket.emit (node:events:527:28)
immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12)
immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9)
immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10)
immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)

@dodekaphilist commented on GitHub (Aug 24, 2022): I pulled the latest images and started again, now I'm getting `500 Request failed with status code 502` as error messages after clicking on getting started. Some new logs: <details> <summary>Expand</summary> immich-web_1 | immich-web_1 | > immich-web@1.0.0 build immich-web_1 | > vite build immich-web_1 | immich-web_1 | ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json] immich-web_1 | immich-web_1 | tsconfig.json:2:12: immich-web_1 | 2 │ "extends": "./.svelte-kit/tsconfig.json", immich-web_1 | ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ immich-web_1 | immich-web_1 | ▲ [WARNING] Non-relative path "src/lib" is not allowed when "baseUrl" is not set (did you forget a leading "./"?) [tsconfig.json] immich-web_1 | immich-web_1 | tsconfig.json:19:12: immich-web_1 | 19 │ "$lib": ["src/lib"], immich-web_1 | ╵ ~~~~~~~~~ immich-web_1 | immich-web_1 | ▲ [WARNING] Non-relative path "src/lib/*" is not allowed when "baseUrl" is not set (did you forget a leading "./"?) [tsconfig.json] immich-web_1 | immich-web_1 | tsconfig.json:20:14: immich-web_1 | 20 │ "$lib/*": ["src/lib/*"], immich-web_1 | ╵ ~~~~~~~~~~~ immich-web_1 | immich-web_1 | ▲ [WARNING] Non-relative path "src/api" is not allowed when "baseUrl" is not set (did you forget a leading "./"?) [tsconfig.json] immich-web_1 | immich-web_1 | tsconfig.json:21:12: immich-web_1 | 21 │ "@api": ["src/api"] immich-web_1 | ╵ ~~~~~~~~~ immich-web_1 | immich-web_1 | vite v3.0.0 building for production... immich-web_1 | transforming... immich_postgres | immich_postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization immich_postgres | immich_postgres | 2022-08-24 12:11:09.178 UTC [1] LOG: starting PostgreSQL 14.5 (Debian 14.5-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit immich_postgres | 2022-08-24 12:11:09.214 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 immich_postgres | 2022-08-24 12:11:09.214 UTC [1] LOG: listening on IPv6 address "::", port 5432 immich_postgres | 2022-08-24 12:11:09.675 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" immich_postgres | 2022-08-24 12:11:10.379 UTC [28] LOG: database system was shut down at 2022-08-24 12:04:39 UTC immich_postgres | 2022-08-24 12:11:10.691 UTC [1] LOG: database system is ready to accept connections redis_1 | 1:C 24 Aug 2022 12:11:00.426 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo redis_1 | 1:C 24 Aug 2022 12:11:00.426 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started redis_1 | 1:C 24 Aug 2022 12:11:00.426 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf redis_1 | 1:M 24 Aug 2022 12:11:00.427 * monotonic clock: POSIX clock_gettime redis_1 | 1:M 24 Aug 2022 12:11:00.427 # A key '__redis__compare_helper' was added to Lua globals which is not on the globals allow list nor listed on the deny list. redis_1 | 1:M 24 Aug 2022 12:11:00.428 * Running mode=standalone, port=6379. redis_1 | 1:M 24 Aug 2022 12:11:00.428 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. redis_1 | 1:M 24 Aug 2022 12:11:00.428 # Server initialized redis_1 | 1:M 24 Aug 2022 12:11:00.428 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. redis_1 | 1:M 24 Aug 2022 12:11:00.428 * Loading RDB produced by version 6.2.7 redis_1 | 1:M 24 Aug 2022 12:11:00.428 * RDB age 382 seconds redis_1 | 1:M 24 Aug 2022 12:11:00.428 * RDB memory usage when created 0.77 Mb redis_1 | 1:M 24 Aug 2022 12:11:00.428 # Done loading RDB, keys loaded: 0, keys expired: 0. redis_1 | 1:M 24 Aug 2022 12:11:00.428 * DB loaded from disk: 0.000 seconds redis_1 | 1:M 24 Aug 2022 12:11:00.428 * Ready to accept connections immich-machine-learning_1 | Illegal instruction (core dumped) immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [NestFactory] Starting Nest application... immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] DatabaseModule dependencies initialized +404ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized +6ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] BullModule dependencies initialized +3ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] JwtModule dependencies initialized +6ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] DiscoveryModule dependencies initialized +4ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] BullModule dependencies initialized +49ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] BullModule dependencies initialized +16ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:44 PM LOG [NestFactory] Starting Nest application... immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] DatabaseModule dependencies initialized +543ms immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] JwtModule dependencies initialized +7ms immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] AppModule dependencies initialized +4ms immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] DiscoveryModule dependencies initialized +4ms immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] ConfigModule dependencies initialized +31ms immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] ScheduleModule dependencies initialized +17ms immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] BullModule dependencies initialized +0ms immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM LOG [InstanceLoader] BullModule dependencies initialized +0ms immich_postgres | 2022-08-24 12:11:45.487 UTC [35] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:11:45.487 UTC [35] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)... immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich-machine-learning_1 | Illegal instruction (core dumped) immich_postgres | 2022-08-24 12:11:45.706 UTC [36] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:11:45.706 UTC [36] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:45 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)... immich-server_1 | error: password authentication failed for user "immich" immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-server_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-server_1 | at Socket.emit (node:events:527:28) immich-server_1 | at addChunk (node:internal/streams/readable:315:12) immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_immich-machine-learning_1 exited with code 132 immich_postgres | 2022-08-24 12:11:48.695 UTC [37] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:11:48.695 UTC [37] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:48 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (2)... immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_postgres | 2022-08-24 12:11:48.951 UTC [38] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:11:48.951 UTC [38] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:48 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (2)... immich-server_1 | error: password authentication failed for user "immich" immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-server_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-server_1 | at Socket.emit (node:events:527:28) immich-server_1 | at addChunk (node:internal/streams/readable:315:12) immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_postgres | 2022-08-24 12:11:51.827 UTC [39] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:11:51.827 UTC [39] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:51 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (3)... immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_postgres | 2022-08-24 12:11:52.103 UTC [40] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:11:52.103 UTC [40] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:52 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (3)... immich-server_1 | error: password authentication failed for user "immich" immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-server_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-server_1 | at Socket.emit (node:events:527:28) immich-server_1 | at addChunk (node:internal/streams/readable:315:12) immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich-machine-learning_1 | Illegal instruction (core dumped) immich_immich-machine-learning_1 exited with code 132 immich-web_1 | ✓ 814 modules transformed. immich_postgres | 2022-08-24 12:11:54.913 UTC [41] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:11:54.913 UTC [41] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:54 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (4)... immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_postgres | 2022-08-24 12:11:55.183 UTC [42] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:11:55.183 UTC [42] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:55 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (4)... immich-server_1 | error: password authentication failed for user "immich" immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-server_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-server_1 | at Socket.emit (node:events:527:28) immich-server_1 | at addChunk (node:internal/streams/readable:315:12) immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich-web_1 | rendering chunks... immich-web_1 | .svelte-kit/output/client/_app/manifest.json 10.03 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/start-ef050c9f.js 27.41 KiB / gzip: 9.12 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/__layout.svelte-d62d4ea4.js 21.01 KiB / gzip: 7.60 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/error.svelte-7be623ed.js 1.56 KiB / gzip: 0.75 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/admin/index.svelte-7029b0bc.js 24.98 KiB / gzip: 7.96 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/albums/_albumId_/photos/_assetId_.svelte-aa20efb9.js 0.32 KiB / gzip: 0.24 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/auth/login/index.svelte-4ac1a3ce.js 4.96 KiB / gzip: 2.17 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/albums/index.svelte-8df7ccbb.js 10.98 KiB / gzip: 4.62 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/auth/change-password/index.svelte-3e90ed61.js 6.48 KiB / gzip: 2.75 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/albums/_albumId_/index.svelte-e42017bf.js 53.30 KiB / gzip: 15.69 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/auth/register/index.svelte-ff2e973e.js 7.35 KiB / gzip: 2.86 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/index.svelte-3299f00e.js 2.31 KiB / gzip: 1.18 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/photos/_assetId_.svelte-9db228a2.js 0.24 KiB / gzip: 0.20 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/photos/index.svelte-537fc0aa.js 10.81 KiB / gzip: 4.36 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/pages/sharing/index.svelte-25ade78b.js 9.14 KiB / gzip: 3.79 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/index-73abe660.js 13.28 KiB / gzip: 5.58 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/index-cdc8ee48.js 0.79 KiB / gzip: 0.49 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/singletons-cdeec3fd.js 0.05 KiB / gzip: 0.07 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/preload-helper-4c397a37.js 0.69 KiB / gzip: 0.43 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/index-7b960913.js 1.48 KiB / gzip: 0.59 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/api-9d6ed637.js 41.68 KiB / gzip: 10.69 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/full-screen-modal-522218aa.js 1.22 KiB / gzip: 0.75 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/click-outside-d61b158d.js 0.21 KiB / gzip: 0.16 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/status-box-0c623291.js 20.38 KiB / gzip: 6.52 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/loading-spinner-5cb482b5.js 2.15 KiB / gzip: 1.17 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/DeleteOutline-1e60e4a1.js 2.73 KiB / gzip: 1.41 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/menu-option-0e7d5ffa.js 4.00 KiB / gzip: 1.84 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/ImageOutline-431d3d1f.js 1.08 KiB / gzip: 0.62 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/side-bar-4069336c.js 3.79 KiB / gzip: 1.65 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/PlusBoxOutline-6c8c4589.js 1.07 KiB / gzip: 0.61 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/assets/DeleteOutline-3e5300b3.css 0.16 KiB / gzip: 0.12 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/assets/control-app-bar-5d4188b2.css 0.22 KiB / gzip: 0.18 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/assets/__layout-e43c6911.css 23.38 KiB / gzip: 5.03 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/control-app-bar-3c25975c.js 124.46 KiB / gzip: 39.44 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/leaflet-src-b269313c.js 142.58 KiB / gzip: 41.35 KiB immich-web_1 | .svelte-kit/output/client/_app/immutable/chunks/assets-f86792ab.js 218.25 KiB / gzip: 75.60 KiB immich-web_1 | vite v3.0.0 building SSR bundle for production... immich-web_1 | transforming... immich_postgres | 2022-08-24 12:11:58.046 UTC [43] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:11:58.046 UTC [43] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:11:58 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (5)... immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_postgres | 2022-08-24 12:11:58.343 UTC [44] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:11:58.343 UTC [44] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-server_1 | [Nest] 7 - 08/24/2022, 12:11:58 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (5)... immich-server_1 | error: password authentication failed for user "immich" immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-server_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-server_1 | at Socket.emit (node:events:527:28) immich-server_1 | at addChunk (node:internal/streams/readable:315:12) immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich-machine-learning_1 | Illegal instruction (core dumped) immich_immich-machine-learning_1 exited with code 132 immich_postgres | 2022-08-24 12:12:01.123 UTC [45] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:01.123 UTC [45] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:01 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (6)... immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_postgres | 2022-08-24 12:12:01.419 UTC [46] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:01.419 UTC [46] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-server_1 | [Nest] 7 - 08/24/2022, 12:12:01 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (6)... immich-server_1 | error: password authentication failed for user "immich" immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-server_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-server_1 | at Socket.emit (node:events:527:28) immich-server_1 | at addChunk (node:internal/streams/readable:315:12) immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich-web_1 | ✓ 120 modules transformed. immich-web_1 | rendering chunks... immich-web_1 | .svelte-kit/output/server/manifest.json 7.32 KiB immich-web_1 | .svelte-kit/output/server/index.js 76.18 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js 0.48 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/data/user/get-my-user-info.ts.js 0.30 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/data/user/get-all-users.ts.js 0.36 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/data/asset/get-all-assets.ts.js 0.30 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/data/album/get-all-albums.ts.js 0.39 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/data/album/get-album-info.ts.js 0.37 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/__layout.svelte.js 7.45 KiB immich-web_1 | .svelte-kit/output/server/entries/fallbacks/error.svelte.js 0.74 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/admin/index.svelte.js 5.55 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/albums/_albumId_/index.svelte.js 13.55 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/albums/_albumId_/photos/_assetId_.svelte.js 0.59 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/albums/index.svelte.js 4.38 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/change-password/index.svelte.js 3.17 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js 2.19 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js 3.29 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/index.svelte.js 1.35 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/photos/_assetId_.svelte.js 0.45 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/photos/index.svelte.js 5.95 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/sharing/index.svelte.js 5.31 KiB immich-web_1 | .svelte-kit/output/server/immutable/chunks/index-b4270eaf.js 4.88 KiB immich-web_1 | .svelte-kit/output/server/immutable/chunks/api-3b5a1fed.js 62.85 KiB immich-web_1 | .svelte-kit/output/server/immutable/chunks/assets-c238191d.js 4.09 KiB immich-web_1 | .svelte-kit/output/server/immutable/chunks/status-box-566175c3.js 12.52 KiB immich-web_1 | .svelte-kit/output/server/immutable/chunks/stores-e0f09a49.js 0.63 KiB immich-web_1 | .svelte-kit/output/server/immutable/chunks/DotsVertical-7af44ada.js 1.28 KiB immich-web_1 | .svelte-kit/output/server/immutable/chunks/circle-icon-button-3d87ebe5.js 1.93 KiB immich-web_1 | .svelte-kit/output/server/immutable/chunks/DeleteOutline-3403d29e.js 11.23 KiB immich-web_1 | .svelte-kit/output/server/immutable/chunks/side-bar-f8e70e4c.js 4.04 KiB immich-web_1 | .svelte-kit/output/server/immutable/chunks/PlusBoxOutline-834f914d.js 1.21 KiB immich-web_1 | .svelte-kit/output/server/immutable/chunks/hooks-3120f9fe.js 0.76 KiB immich_postgres | 2022-08-24 12:12:04.249 UTC [47] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:04.249 UTC [47] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:04 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (7)... immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_postgres | 2022-08-24 12:12:04.532 UTC [48] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:04.532 UTC [48] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-server_1 | [Nest] 7 - 08/24/2022, 12:12:04 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (7)... immich-server_1 | error: password authentication failed for user "immich" immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-server_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-server_1 | at Socket.emit (node:events:527:28) immich-server_1 | at addChunk (node:internal/streams/readable:315:12) immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich-web_1 | (node:19) ExperimentalWarning: buffer.Blob is an experimental feature. This feature could change at any time immich-web_1 | (Use `node --trace-warnings ...` to show where the warning was created) immich-web_1 | immich-web_1 | Run npm run preview to preview your production build locally. immich-web_1 | immich-web_1 | > Using @sveltejs/adapter-node immich-web_1 | ✔ done immich-machine-learning_1 | Illegal instruction (core dumped) immich-web_1 | Listening on 0.0.0.0:3000 immich_immich-machine-learning_1 exited with code 132 immich_postgres | 2022-08-24 12:12:07.314 UTC [49] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:07.314 UTC [49] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:07 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (8)... immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_postgres | 2022-08-24 12:12:07.599 UTC [50] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:07.599 UTC [50] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-server_1 | [Nest] 7 - 08/24/2022, 12:12:07 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (8)... immich-server_1 | error: password authentication failed for user "immich" immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-server_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-server_1 | at Socket.emit (node:events:527:28) immich-server_1 | at addChunk (node:internal/streams/readable:315:12) immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_postgres | 2022-08-24 12:12:10.390 UTC [51] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:10.390 UTC [51] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:10 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (9)... immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:10 PM ERROR [ExceptionHandler] password authentication failed for user "immich" immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_postgres | 2022-08-24 12:12:10.678 UTC [52] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:10.678 UTC [52] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-server_1 | [Nest] 7 - 08/24/2022, 12:12:10 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (9)... immich-server_1 | error: password authentication failed for user "immich" immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-server_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-server_1 | at Socket.emit (node:events:527:28) immich-server_1 | at addChunk (node:internal/streams/readable:315:12) immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich-server_1 | [Nest] 7 - 08/24/2022, 12:12:10 PM ERROR [ExceptionHandler] password authentication failed for user "immich" immich-server_1 | error: password authentication failed for user "immich" immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-server_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-server_1 | at Socket.emit (node:events:527:28) immich-server_1 | at addChunk (node:internal/streams/readable:315:12) immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich-machine-learning_1 | Illegal instruction (core dumped) immich_immich-machine-learning_1 exited with code 132 immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:19 PM LOG [NestFactory] Starting Nest application... immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] DatabaseModule dependencies initialized +185ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] JwtModule dependencies initialized +1ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] DiscoveryModule dependencies initialized +2ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] BullModule dependencies initialized +13ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich_postgres | 2022-08-24 12:12:20.477 UTC [53] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:20.477 UTC [53] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:20 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)... immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [NestFactory] Starting Nest application... immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] DatabaseModule dependencies initialized +125ms immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] JwtModule dependencies initialized +2ms immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] AppModule dependencies initialized +2ms immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] DiscoveryModule dependencies initialized +2ms immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] ConfigModule dependencies initialized +13ms immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] ScheduleModule dependencies initialized +2ms immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-machine-learning_1 | Illegal instruction (core dumped) immich_postgres | 2022-08-24 12:12:22.355 UTC [54] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:22.355 UTC [54] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:22 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)... immich-server_1 | error: password authentication failed for user "immich" immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-server_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-server_1 | at Socket.emit (node:events:527:28) immich-server_1 | at addChunk (node:internal/streams/readable:315:12) immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_postgres | 2022-08-24 12:12:23.618 UTC [55] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:23.618 UTC [55] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:23 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (2)... immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_immich-machine-learning_1 exited with code 132 immich_postgres | 2022-08-24 12:12:25.498 UTC [56] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:25.498 UTC [56] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:25 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (2)... immich-server_1 | error: password authentication failed for user "immich" immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-server_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-server_1 | at Socket.emit (node:events:527:28) immich-server_1 | at addChunk (node:internal/streams/readable:315:12) immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_postgres | 2022-08-24 12:12:26.693 UTC [57] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:26.693 UTC [57] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:26 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (3)... immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_postgres | 2022-08-24 12:12:28.570 UTC [58] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:28.570 UTC [58] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:28 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (3)... immich-server_1 | error: password authentication failed for user "immich" immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-server_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-server_1 | at Socket.emit (node:events:527:28) immich-server_1 | at addChunk (node:internal/streams/readable:315:12) immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_postgres | 2022-08-24 12:12:29.755 UTC [59] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:29.755 UTC [59] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:29 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (4)... immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_postgres | 2022-08-24 12:12:31.639 UTC [60] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:31.639 UTC [60] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-server_1 | [Nest] 9 - 08/24/2022, 12:12:31 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (4)... immich-server_1 | error: password authentication failed for user "immich" immich-server_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-server_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-server_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-server_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-server_1 | at Socket.emit (node:events:527:28) immich-server_1 | at addChunk (node:internal/streams/readable:315:12) immich-server_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-server_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-server_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) immich_postgres | 2022-08-24 12:12:32.850 UTC [61] FATAL: password authentication failed for user "immich" immich_postgres | 2022-08-24 12:12:32.850 UTC [61] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256" immich-microservices_1 | [Nest] 7 - 08/24/2022, 12:12:32 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (5)... immich-microservices_1 | error: password authentication failed for user "immich" immich-microservices_1 | at Parser.parseErrorMessage (/usr/src/app/node_modules/pg-protocol/dist/parser.js:287:98) immich-microservices_1 | at Parser.handlePacket (/usr/src/app/node_modules/pg-protocol/dist/parser.js:126:29) immich-microservices_1 | at Parser.parse (/usr/src/app/node_modules/pg-protocol/dist/parser.js:39:38) immich-microservices_1 | at Socket.<anonymous> (/usr/src/app/node_modules/pg-protocol/dist/index.js:11:42) immich-microservices_1 | at Socket.emit (node:events:527:28) immich-microservices_1 | at addChunk (node:internal/streams/readable:315:12) immich-microservices_1 | at readableAddChunk (node:internal/streams/readable:289:9) immich-microservices_1 | at Socket.Readable.push (node:internal/streams/readable:228:10) immich-microservices_1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) </details> </details>
Author
Owner

@bo0tzz commented on GitHub (Aug 24, 2022):

immich_postgres | 2022-08-24 12:12:31.639 UTC [60] FATAL: password authentication failed for user "immich"

Your database password is wrong.

@bo0tzz commented on GitHub (Aug 24, 2022): > immich_postgres | 2022-08-24 12:12:31.639 UTC [60] FATAL: password authentication failed for user "immich" Your database password is wrong.
Author
Owner

@dodekaphilist commented on GitHub (Aug 24, 2022):

But how can it be wrong? I literally provide it within the .env file..?

@dodekaphilist commented on GitHub (Aug 24, 2022): But how can it be wrong? I literally provide it within the .env file..?
Author
Owner

@bo0tzz commented on GitHub (Aug 24, 2022):

Try deleting the docker volumes (docker-compose down -v) and starting up again.

@bo0tzz commented on GitHub (Aug 24, 2022): Try deleting the docker volumes (`docker-compose down -v`) and starting up again.
Author
Owner

@dodekaphilist commented on GitHub (Aug 24, 2022):

Ok somehow this fixed it. Thanks for your help!

@dodekaphilist commented on GitHub (Aug 24, 2022): Ok somehow this fixed it. Thanks for your help!
Author
Owner

@axgd-code commented on GitHub (Aug 28, 2022):

Expand

I got the exact same error : "500 Request failed with status code 502"

I use portainer. I created a stack named "immich-app".
Just changed the .env with the "JWT_SECRET" and the upload location constant.

``` immich-web@1.0.0 build

������

vite build

▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]

tsconfig.json:2:12:

  2 │   "extends": "./.svelte-kit/tsconfig.json",

    ╵              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

▲ [WARNING] Non-relative path "src/lib" is not allowed when "baseUrl" is not set (did you forget a leading "./"?) [tsconfig.json]

tsconfig.json:19:12:

  19 │       "$lib": ["src/lib"],

     ╵                ~~~~~~~~~

▲ [WARNING] Non-relative path "src/lib/*" is not allowed when "baseUrl" is not set (did you forget a leading "./"?) [tsconfig.json]

tsconfig.json:20:14:

  20 │       "$lib/*": ["src/lib/*"],

     ╵                  ~~~~~~~~~~~

▲ [WARNING] Non-relative path "src/api" is not allowed when "baseUrl" is not set (did you forget a leading "./"?) [tsconfig.json]

tsconfig.json:21:12:

  21 │       "@api": ["src/api"]

     ╵                ~~~~~~~~~
Capture d’écran 2022-08-28 à 17 39 43

vite v3.0.9 building for production...

</details>
@axgd-code commented on GitHub (Aug 28, 2022): > Expand I got the exact same error : "500 Request failed with status code 502" I use portainer. I created a stack named "immich-app". Just changed the .env with the "JWT_SECRET" and the upload location constant. <details> ``` immich-web@1.0.0 build ������ > vite build ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json] tsconfig.json:2:12: 2 │ "extends": "./.svelte-kit/tsconfig.json", ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ▲ [WARNING] Non-relative path "src/lib" is not allowed when "baseUrl" is not set (did you forget a leading "./"?) [tsconfig.json] tsconfig.json:19:12: 19 │ "$lib": ["src/lib"], ╵ ~~~~~~~~~ ▲ [WARNING] Non-relative path "src/lib/*" is not allowed when "baseUrl" is not set (did you forget a leading "./"?) [tsconfig.json] tsconfig.json:20:14: 20 │ "$lib/*": ["src/lib/*"], ╵ ~~~~~~~~~~~ ▲ [WARNING] Non-relative path "src/api" is not allowed when "baseUrl" is not set (did you forget a leading "./"?) [tsconfig.json] tsconfig.json:21:12: 21 │ "@api": ["src/api"] ╵ ~~~~~~~~~ <img width="1344" alt="Capture d’écran 2022-08-28 à 17 39 43" src="https://user-images.githubusercontent.com/1721781/187082563-c7045e9e-b588-40e5-9531-057527fa8a4a.png"> vite v3.0.9 building for production... ``` </details>
Author
Owner

@alextran1502 commented on GitHub (Aug 28, 2022):

@llexaxell is this a fresh installation or your have run the app on this instance of Portainer before? Can you help me get the log for immich-server container?

@alextran1502 commented on GitHub (Aug 28, 2022): @llexaxell is this a fresh installation or your have run the app on this instance of Portainer before? Can you help me get the log for immich-server container?
Author
Owner

@axgd-code commented on GitHub (Aug 28, 2022):

@alextran1502 Thank you for you work :)

This is the log from the immich-server

<details>
[Nest] 8  - 08/28/2022, 3:40:31 PM     LOG [NestFactory] Starting Nest application...
[Nest] 8  - 08/28/2022, 3:40:35 PM     LOG [InstanceLoader] DatabaseModule dependencies initialized +4352ms
[Nest] 8  - 08/28/2022, 3:40:35 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
[Nest] 8  - 08/28/2022, 3:40:35 PM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
[Nest] 8  - 08/28/2022, 3:40:35 PM     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 8  - 08/28/2022, 3:40:35 PM     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 8  - 08/28/2022, 3:40:35 PM     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 8  - 08/28/2022, 3:40:35 PM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +0ms
[Nest] 8  - 08/28/2022, 3:40:35 PM     LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms
[Nest] 8  - 08/28/2022, 3:40:35 PM     LOG [InstanceLoader] ConfigModule dependencies initialized +11ms
[Nest] 8  - 08/28/2022, 3:40:35 PM     LOG [InstanceLoader] ScheduleModule dependencies initialized +0ms
[Nest] 8  - 08/28/2022, 3:40:35 PM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
[Nest] 8  - 08/28/2022, 3:40:35 PM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
[Nest] 8  - 08/28/2022, 3:40:35 PM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
[Nest] 8  - 08/28/2022, 3:40:35 PM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
[Nest] 8  - 08/28/2022, 3:40:35 PM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
[Nest] 8  - 08/28/2022, 3:40:35 PM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
[Nest] 8  - 08/28/2022, 3:40:46 PM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +11129ms
[Nest] 8  - 08/28/2022, 3:40:46 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
[Nest] 8  - 08/28/2022, 3:40:46 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
[Nest] 8  - 08/28/2022, 3:40:46 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
[Nest] 8  - 08/28/2022, 3:40:46 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
[Nest] 8  - 08/28/2022, 3:40:46 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
[Nest] 8  - 08/28/2022, 3:40:46 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
[Nest] 8  - 08/28/2022, 3:40:46 PM     LOG [InstanceLoader] CommunicationModule dependencies initialized +42ms
[Nest] 8  - 08/28/2022, 3:40:46 PM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +1ms
[Nest] 8  - 08/28/2022, 3:40:46 PM     LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +0ms
[Nest] 8  - 08/28/2022, 3:40:46 PM     LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms
[Nest] 8  - 08/28/2022, 3:40:46 PM     LOG [InstanceLoader] DeviceInfoModule dependencies initialized +6ms
[Nest] 8  - 08/28/2022, 3:40:46 PM     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 8  - 08/28/2022, 3:40:46 PM     LOG [InstanceLoader] AlbumModule dependencies initialized +1ms
[Nest] 8  - 08/28/2022, 3:40:46 PM     LOG [InstanceLoader] UserModule dependencies initialized +0ms
[Nest] 8  - 08/28/2022, 3:40:46 PM     LOG [InstanceLoader] AssetModule dependencies initialized +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RoutesResolver] AppController {/}: +5956ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RoutesResolver] UserController {/user}: +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/user, GET} route +4ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/user/info/:userId, GET} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/user/me, GET} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/user, POST} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/user/count, GET} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/user, PUT} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +0ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RoutesResolver] AssetController {/asset}: +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/asset/upload, POST} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/asset/download, GET} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/asset/file, GET} route +6ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +2ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +2ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/asset, GET} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/asset/check, POST} route +2ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RoutesResolver] AuthController {/auth}: +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/auth/login, POST} route +2ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/auth/logout, POST} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RoutesResolver] DeviceInfoController {/device-info}: +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RoutesResolver] ServerInfoController {/server-info}: +26ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/server-info, GET} route +4ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +5ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/server-info/version, GET} route +3ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RoutesResolver] AlbumController {/album}: +4ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/album, POST} route +2ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +10ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +2ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/album, GET} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +1ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +128ms
[Nest] 8  - 08/28/2022, 3:40:52 PM     LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +2ms
[Nest] 8  - 08/28/2022, 3:40:53 PM     LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +1ms
[Nest] 8  - 08/28/2022, 3:40:53 PM     LOG [NestApplication] Nest application successfully started +121ms
[Nest] 8  - 08/28/2022, 3:40:53 PM     LOG [ImmichServer] Running Immich Server in PRODUCTION environment
</details>
@axgd-code commented on GitHub (Aug 28, 2022): @alextran1502 Thank you for you work :) This is the log from the immich-server ``` <details> [Nest] 8 - 08/28/2022, 3:40:31 PM LOG [NestFactory] Starting Nest application... [Nest] 8 - 08/28/2022, 3:40:35 PM LOG [InstanceLoader] DatabaseModule dependencies initialized +4352ms [Nest] 8 - 08/28/2022, 3:40:35 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms [Nest] 8 - 08/28/2022, 3:40:35 PM LOG [InstanceLoader] BullModule dependencies initialized +0ms [Nest] 8 - 08/28/2022, 3:40:35 PM LOG [InstanceLoader] JwtModule dependencies initialized +1ms [Nest] 8 - 08/28/2022, 3:40:35 PM LOG [InstanceLoader] AppModule dependencies initialized +1ms [Nest] 8 - 08/28/2022, 3:40:35 PM LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms [Nest] 8 - 08/28/2022, 3:40:35 PM LOG [InstanceLoader] DiscoveryModule dependencies initialized +0ms [Nest] 8 - 08/28/2022, 3:40:35 PM LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms [Nest] 8 - 08/28/2022, 3:40:35 PM LOG [InstanceLoader] ConfigModule dependencies initialized +11ms [Nest] 8 - 08/28/2022, 3:40:35 PM LOG [InstanceLoader] ScheduleModule dependencies initialized +0ms [Nest] 8 - 08/28/2022, 3:40:35 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms [Nest] 8 - 08/28/2022, 3:40:35 PM LOG [InstanceLoader] BullModule dependencies initialized +0ms [Nest] 8 - 08/28/2022, 3:40:35 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms [Nest] 8 - 08/28/2022, 3:40:35 PM LOG [InstanceLoader] BullModule dependencies initialized +0ms [Nest] 8 - 08/28/2022, 3:40:35 PM LOG [InstanceLoader] BullModule dependencies initialized +1ms [Nest] 8 - 08/28/2022, 3:40:35 PM LOG [InstanceLoader] BullModule dependencies initialized +0ms [Nest] 8 - 08/28/2022, 3:40:46 PM LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +11129ms [Nest] 8 - 08/28/2022, 3:40:46 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms [Nest] 8 - 08/28/2022, 3:40:46 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms [Nest] 8 - 08/28/2022, 3:40:46 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms [Nest] 8 - 08/28/2022, 3:40:46 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms [Nest] 8 - 08/28/2022, 3:40:46 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms [Nest] 8 - 08/28/2022, 3:40:46 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms [Nest] 8 - 08/28/2022, 3:40:46 PM LOG [InstanceLoader] CommunicationModule dependencies initialized +42ms [Nest] 8 - 08/28/2022, 3:40:46 PM LOG [InstanceLoader] ImmichJwtModule dependencies initialized +1ms [Nest] 8 - 08/28/2022, 3:40:46 PM LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +0ms [Nest] 8 - 08/28/2022, 3:40:46 PM LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms [Nest] 8 - 08/28/2022, 3:40:46 PM LOG [InstanceLoader] DeviceInfoModule dependencies initialized +6ms [Nest] 8 - 08/28/2022, 3:40:46 PM LOG [InstanceLoader] AuthModule dependencies initialized +0ms [Nest] 8 - 08/28/2022, 3:40:46 PM LOG [InstanceLoader] AlbumModule dependencies initialized +1ms [Nest] 8 - 08/28/2022, 3:40:46 PM LOG [InstanceLoader] UserModule dependencies initialized +0ms [Nest] 8 - 08/28/2022, 3:40:46 PM LOG [InstanceLoader] AssetModule dependencies initialized +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RoutesResolver] AppController {/}: +5956ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RoutesResolver] UserController {/user}: +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/user, GET} route +4ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/user/info/:userId, GET} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/user/me, GET} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/user, POST} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/user/count, GET} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/user, PUT} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +0ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RoutesResolver] AssetController {/asset}: +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/asset/upload, POST} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/asset/download, GET} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/asset/file, GET} route +6ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +2ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +2ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/asset, GET} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/asset/check, POST} route +2ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RoutesResolver] AuthController {/auth}: +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/auth/login, POST} route +2ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/auth/logout, POST} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RoutesResolver] DeviceInfoController {/device-info}: +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RoutesResolver] ServerInfoController {/server-info}: +26ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/server-info, GET} route +4ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +5ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/server-info/version, GET} route +3ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RoutesResolver] AlbumController {/album}: +4ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/album, POST} route +2ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +10ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +2ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/album, GET} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +1ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +128ms [Nest] 8 - 08/28/2022, 3:40:52 PM LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +2ms [Nest] 8 - 08/28/2022, 3:40:53 PM LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +1ms [Nest] 8 - 08/28/2022, 3:40:53 PM LOG [NestApplication] Nest application successfully started +121ms [Nest] 8 - 08/28/2022, 3:40:53 PM LOG [ImmichServer] Running Immich Server in PRODUCTION environment </details> ```
Author
Owner

@alextran1502 commented on GitHub (Aug 28, 2022):

@llexaxell The logs look fine.

  1. Is this a fresh installation? Can you try to perform docker-compose pull immich-web immich-server?
  2. Which URL do you use to access the web?
@alextran1502 commented on GitHub (Aug 28, 2022): @llexaxell The logs look fine. 1. Is this a fresh installation? Can you try to perform `docker-compose pull immich-web immich-server`? 2. Which URL do you use to access the web?
Author
Owner

@axgd-code commented on GitHub (Aug 29, 2022):

  1. It's not a fresh install but I deleted, the images, the container, the stack, the volume, the network.
    When I execute, I have :
    docker-compose pull immich-web immich-server
    ERROR:
    Can't find a suitable configuration file in this directory or any
    parent. Are you in the right directory?

     Supported filenames: docker-compose.yml, docker-compose.yaml
    
  2. For the URL : http://192.168.1.24:2283/

@axgd-code commented on GitHub (Aug 29, 2022): 1. It's not a fresh install but I deleted, the images, the container, the stack, the volume, the network. When I execute, I have : docker-compose pull immich-web immich-server ERROR: Can't find a suitable configuration file in this directory or any parent. Are you in the right directory? Supported filenames: docker-compose.yml, docker-compose.yaml 2. For the URL : http://192.168.1.24:2283/
Author
Owner

@panoti commented on GitHub (Aug 29, 2022):

Hi @llexaxell, can you show me some logs from immich-web container? What is your current error?

Capture d’écran 2022-08-28 à 17 39 43

Some container names has changed by appending -1 at last. It may cause immich-proxy can not route correctly to other containers.

@panoti commented on GitHub (Aug 29, 2022): Hi @llexaxell, can you show me some logs from immich-web container? What is your current error? > <img alt="Capture d’écran 2022-08-28 à 17 39 43" width="1344" src="https://user-images.githubusercontent.com/1721781/187082563-c7045e9e-b588-40e5-9531-057527fa8a4a.png"> Some container names has changed by appending `-1` at last. It may cause immich-proxy can not route correctly to other containers.
Author
Owner

@axgd-code commented on GitHub (Aug 29, 2022):

I just restarted everything .
I have to wait few minutes and it works.

Thanks all for your help !

@axgd-code commented on GitHub (Aug 29, 2022): I just restarted everything . I have to wait few minutes and it works. Thanks all for your help !
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#227