my.immich.app stuck at photo #7884

Open
opened 2026-02-20 05:07:56 -05:00 by deekerman · 0 comments
Owner

Originally created by @arne182 on GitHub (Jan 29, 2026).

I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.

  • Yes

The bug

I have seen there is something that might be similar in:
https://github.com/immich-app/immich/issues/24144

What I have found. is on Android on

The OS that Immich Server is running on

Synology

Version of Immich Server

v2.5.2

Version of Immich Mobile App

v2.5.2

Platform with the issue

  • Server
  • Web
  • Mobile

Device make and model

Samsung S22 Ultra

Your docker-compose.yml content

name: immich

services:
  immich-server:
    container_name: immich_server
    image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
    # extends:
    #   file: hwaccel.transcoding.yml
    #   service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
    volumes:
      - ./tsdata:/usr/src/app/upload
      - /etc/localtime:/etc/localtime:ro
    env_file:
      - .env
    ports:
      - 2283:2283
    depends_on:
      - redis
      - database
    restart: always
    healthcheck:
      disable: false

Your .env content

.

Reproduction steps

  1. open my.immich.app/photo/11111
  2. open my.immich.app/photo/22222
  3. the 1111 photo is still open.
    The only way to get to 22222 is to press at least once back after visiting 11111 otherwise all subsequent calls to any other photo will go back to the first link

Relevant log output


Additional information

No response

Originally created by @arne182 on GitHub (Jan 29, 2026). ### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report. - [x] Yes ### The bug I have seen there is something that might be similar in: https://github.com/immich-app/immich/issues/24144 What I have found. is on Android on ### The OS that Immich Server is running on Synology ### Version of Immich Server v2.5.2 ### Version of Immich Mobile App v2.5.2 ### Platform with the issue - [ ] Server - [ ] Web - [x] Mobile ### Device make and model Samsung S22 Ultra ### Your docker-compose.yml content ```YAML name: immich services: immich-server: container_name: immich_server image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} # extends: # file: hwaccel.transcoding.yml # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding volumes: - ./tsdata:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro env_file: - .env ports: - 2283:2283 depends_on: - redis - database restart: always healthcheck: disable: false ``` ### Your .env content ```Shell . ``` ### Reproduction steps 1. open my.immich.app/photo/11111 2. open my.immich.app/photo/22222 3. the 1111 photo is still open. The only way to get to 22222 is to press at least once back after visiting 11111 otherwise all subsequent calls to any other photo will go back to the first link ### Relevant log output ```shell ``` ### Additional information _No response_
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/immich#7884
No description provided.