Replies: 12 comments 7 replies
-
Please provide microservies log, it doesn't seem to be running |
Beta Was this translation helpful? Give feedback.
-
Hi Alex, here is a log file I got from immichi_microservices docker. Is this what you want? [Nest] 7 - 01/06/2024, 4:37:22 PM LOG [SystemConfigService] LogLevel=log (set via system config) |
Beta Was this translation helpful? Give feedback.
-
Hi, here is another test with log in verbose level, [Nest] 6 - 01/07/2024, 1:57:29 PM LOG [SystemConfigService] LogLevel=verbose (set via system config) |
Beta Was this translation helpful? Give feedback.
-
Having a similar issue, but the error is different. I checked all the configuration and everything seems to be fine. The upload folder is empty. [Nest] 7 - 01/07/2024, 12:03:13 PM ERROR [JobService] Unable to run job handler (thumbnailGeneration/generate-jpeg-thumbnail): Error: Input file is missing: /media/immich/upload/8ac763ef-8969-47f7-a200-62bbdc64952a/8aa1b99f-daa4-43c9-897c-0494ba827f9c.JPG [Nest] 7 - 01/07/2024, 12:16:58 PM ERROR [JobService] Unable to run job handler (metadataExtraction/metadata-extraction): Error: ENOENT: no such file or directory, stat '/media/immich/upload/8ac763ef-8969-47f7-a200-62bbdc64952a/6f17e92a-ae8e-4878-9be0-25819be21339.JPG' |
Beta Was this translation helpful? Give feedback.
-
I have upgraded (fresh install) to v1.92 but still have the same issue. Does any one has this problem? |
Beta Was this translation helpful? Give feedback.
-
Sorry for replying late. Here is one of my test photos. Actually, all my upload photos are broken link after upload. |
Beta Was this translation helpful? Give feedback.
-
The screen after upload the photo. |
Beta Was this translation helpful? Give feedback.
-
Same problem here |
Beta Was this translation helpful? Give feedback.
-
Version v1.93.3 doesn't fix this issue. Is there anyone else got this issue (only upload new photo, not migrate photo). |
Beta Was this translation helpful? Give feedback.
-
Hello, trying Immich for the first time. Installed using stacks on Portainer. Using reverse Caddy proxy. Photos are backing up from my phone using the app fine but the web interface shows broken image for every photo and video 😞 Version is 1.93.3 |
Beta Was this translation helpful? Give feedback.
-
Trying Immich for the 1st time as well. I uploaded like 6 photos from my phone and I see broken images like above on the webpage. v1.100.0 |
Beta Was this translation helpful? Give feedback.
-
What I found out was that my Immich container install was struggling to allocate the intel integrated graphics and the broken images were because the thumbs never got generated. After I removed the graphics allocation option, restarted the container, and regenerated the thumbs, it seems to be okay. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The bug
After fresh install on Docker, the upload photos show broken link. The file size in library folder is much smaller than the original uploaded file. Actually, the files in library folder always 64kb file.
The upload foler is empty, there is no file inside but empty subfolder.
Did I do something wrong?
Microservices log
[Nest] 7 - 01/06/2024, 4:37:22 PM LOG [SystemConfigService] LogLevel=log (set via system config)
[Nest] 7 - 01/06/2024, 4:37:22 PM LOG [MetadataRepository] Initializing metadata repository
[Nest] 7 - 01/06/2024, 4:37:22 PM LOG [MetadataRepository] Importing geodata to database from file
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [MetadataRepository] Geodata import completed
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [MetadataService] Initialized local reverse geocoder
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [NestFactory] Starting Nest application...
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [InstanceLoader] BullModule dependencies initialized
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [InstanceLoader] ConfigHostModule dependencies initialized
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [InstanceLoader] DiscoveryModule dependencies initialized
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [InstanceLoader] ScheduleModule dependencies initialized
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [InstanceLoader] ConfigModule dependencies initialized
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [InstanceLoader] BullModule dependencies initialized
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [InstanceLoader] BullModule dependencies initialized
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [InstanceLoader] TypeOrmModule dependencies initialized
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [InstanceLoader] InfraModule dependencies initialized
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [InstanceLoader] DomainModule dependencies initialized
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [InstanceLoader] MicroservicesModule dependencies initialized
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [NestApplication] Nest application successfully started
[Nest] 7 - 01/06/2024, 4:37:39 PM LOG [ImmichMicroservice] Immich Microservices is listening on http://[::1]:3002 [v1.91.4] [PRODUCTION]
[Nest] 7 - 01/06/2024, 4:39:41 PM ERROR [JobService] Unable to run job handler (thumbnailGeneration/generate-jpeg-thumbnail): Error: Input file contains unsupported image format
[Nest] 7 - 01/06/2024, 4:39:41 PM ERROR [JobService] Error: Input file contains unsupported image format
at Sharp.toFile (/usr/src/app/node_modules/sharp/lib/output.js:89:19)
at MediaRepository.resize (/usr/src/app/dist/infra/repositories/media.repository.js:38:14)
at MediaService.generateThumbnail (/usr/src/app/dist/domain/media/media.service.js:116:44)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async MediaService.handleGenerateJpegThumbnail (/usr/src/app/dist/domain/media/media.service.js:103:28)
at async /usr/src/app/dist/domain/job/job.service.js:113:37
at async Worker.processJob (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:387:28)
at async Worker.retryIfFailed (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:574:24)
[Nest] 7 - 01/06/2024, 4:39:41 PM ERROR [JobService] Object:
{
"id": "18fefcf3-0d54-4404-9b78-03e01be2c9a6",
"source": "upload"
}
Postgres log
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
The database cluster will be initialized with locale "en_US.utf8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".
Data page checksums are disabled.
fixing permissions on existing directory /var/lib/postgresql/data ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... Pacific/Auckland
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
initdb: warning: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
syncing data to disk ... ok
Success. You can now start the database server using:
pg_ctl -D /var/lib/postgresql/data -l logfile start
waiting for server to start....2024-01-06 16:37:05.193 NZDT [48] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2024-01-06 16:37:05.195 NZDT [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2024-01-06 16:37:05.209 NZDT [49] LOG: database system was shut down at 2024-01-06 16:37:01 NZDT
2024-01-06 16:37:05.218 NZDT [48] LOG: database system is ready to accept connections
done
server started
CREATE DATABASE
/usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
waiting for server to shut down...2024-01-06 16:37:05.820 NZDT [48] LOG: received fast shutdown request
.2024-01-06 16:37:05.828 NZDT [48] LOG: aborting any active transactions
2024-01-06 16:37:05.830 NZDT [48] LOG: background worker "logical replication launcher" (PID 58) exited with exit code 1
2024-01-06 16:37:05.832 NZDT [53] LOG: shutting down
2024-01-06 16:37:05.862 NZDT [48] LOG: database system is shut down
done
server stopped
PostgreSQL init process complete; ready for start up.
2024-01-06 16:37:05.945 NZDT [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2024-01-06 16:37:05.945 NZDT [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2024-01-06 16:37:05.945 NZDT [1] LOG: listening on IPv6 address "::", port 5432
2024-01-06 16:37:05.950 NZDT [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2024-01-06 16:37:05.968 NZDT [66] LOG: database system was shut down at 2024-01-06 16:37:05 NZDT
2024-01-06 16:37:05.988 NZDT [1] LOG: database system is ready to accept connections
2024-01-06 16:37:19.291 NZDT [76] ERROR: duplicate key value violates unique constraint "pg_class_relname_nsp_index"
2024-01-06 16:37:19.291 NZDT [76] DETAIL: Key (relname, relnamespace)=(migrations_id_seq, 2200) already exists.
2024-01-06 16:37:19.291 NZDT [76] STATEMENT: CREATE TABLE "migrations" ("id" SERIAL NOT NULL, "timestamp" bigint NOT NULL, "name" character varying NOT NULL, CONSTRAINT "PK_8c82d7f526340ab734260ea46be" PRIMARY KEY ("id"))
2024-01-06 16:37:22.533 NZDT [85] ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"
2024-01-06 16:37:22.533 NZDT [85] DETAIL: Key (typname, typnamespace)=(users, 2200) already exists.
2024-01-06 16:37:22.533 NZDT [85] STATEMENT:
create table if not exists users
(
id uuid default uuid_generate_v4() not null
constraint "PK_a3ffb1c0c8416b9fc6f907b7433"
primary key,
email varchar not null,
password varchar not null,
salt varchar not null,
"createdAt" timestamp default now() not null
);
2024-01-06 16:37:39.977 NZDT [93] WARNING: you don't own a lock of type ExclusiveLock
Server log
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/auth/validateToken, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/auth/change-password, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/auth/logout, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RoutesResolver] FaceController {/api/face}:
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/face, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/face/:id, PUT} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RoutesResolver] JobController {/api/jobs}:
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/jobs, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/jobs/:id, PUT} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RoutesResolver] LibraryController {/api/library}:
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/library, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/library, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/library/:id, PUT} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/library/:id, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/library/:id, DELETE} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/library/:id/statistics, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/library/:id/scan, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/library/:id/removeOffline, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RoutesResolver] OAuthController {/api/oauth}:
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/oauth/mobile-redirect, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/oauth/config, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/oauth/authorize, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/oauth/callback, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/oauth/link, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/oauth/unlink, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RoutesResolver] PartnerController {/api/partner}:
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/partner, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/partner/:id, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/partner/:id, PUT} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/partner/:id, DELETE} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RoutesResolver] SearchController {/api/search}:
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/search, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/search/explore, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/search/person, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RoutesResolver] ServerInfoController {/api/server-info}:
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/server-info, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/server-info/ping, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/server-info/version, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/server-info/features, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/server-info/theme, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/server-info/config, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/server-info/statistics, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/server-info/media-types, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RoutesResolver] SharedLinkController {/api/shared-link}:
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/shared-link, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/shared-link/me, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/shared-link/:id, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/shared-link, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/shared-link/:id, PATCH} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/shared-link/:id, DELETE} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/shared-link/:id/assets, PUT} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/shared-link/:id/assets, DELETE} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RoutesResolver] SystemConfigController {/api/system-config}:
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/system-config, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/system-config/defaults, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/system-config, PUT} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/system-config/storage-template-options, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/system-config/map/style.json, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RoutesResolver] TagController {/api/tag}:
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/tag, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/tag, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/tag/:id, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/tag/:id, PATCH} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/tag/:id, DELETE} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/tag/:id/assets, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/tag/:id/assets, PUT} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/tag/:id/assets, DELETE} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RoutesResolver] UserController {/api/user}:
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/user, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/user/info/:id, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/user/me, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/user, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/user/profile-image, DELETE} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/user/:id, DELETE} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/user/:id/restore, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/user, PUT} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/user/profile-image, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/user/profile-image/:id, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RoutesResolver] PersonController {/api/person}:
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/person, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/person, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/person/:id/reassign, PUT} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/person, PUT} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/person/:id, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/person/:id, PUT} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/person/:id/statistics, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/person/:id/thumbnail, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/person/:id/assets, GET} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [RouterExplorer] Mapped {/api/person/:id/merge, POST} route
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [NestApplication] Nest application successfully started
[Nest] 7 - 01/06/2024, 4:37:26 PM LOG [ImmichServer] Immich Server is listening on http://[::1]:3001 [v1.91.4] [PRODUCTION]
[Nest] 7 - 01/06/2024, 4:37:35 PM LOG [CommunicationRepository] Websocket Connect: GYDEDYLK1WNuch6FAAAB
[Nest] 7 - 01/06/2024, 4:37:35 PM ERROR [UnauthorizedException: Invalid user token
at AuthService.validateUserToken (/usr/src/app/dist/domain/auth/auth.service.js:310:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async CommunicationRepository.handleConnection (/usr/src/app/dist/infra/repositories/communication.repository.js:52:26)] Websocket connection error: UnauthorizedException: Invalid user token
[Nest] 7 - 01/06/2024, 4:37:35 PM LOG [CommunicationRepository] Websocket Disconnect: GYDEDYLK1WNuch6FAAAB
[Nest] 7 - 01/06/2024, 4:37:56 PM LOG [CommunicationRepository] Websocket Connect: WPk_OE_p5_HkpJWxAAAD
[Nest] 7 - 01/06/2024, 4:39:48 PM LOG [CommunicationRepository] Websocket Disconnect: WPk_OE_p5_HkpJWxAAAD
[Nest] 7 - 01/06/2024, 4:39:49 PM LOG [CommunicationRepository] Websocket Connect: Kll41IlaoazrDUvNAAAF
The OS that Immich Server is running on
Debian 12
Version of Immich Server
v1.91.4
Version of Immich Mobile App
don't test
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions