Navigation buttons not working after deleting media in detail view in search page #8319

Open
opened 2026-02-05 13:39:36 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @Flowingblood on GitHub (Jan 28, 2026).

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

  • Yes

The bug

If you delete a photo or video in the detail view, the navigation arrows and keyboard shortcuts are not working anymore, the buttons are not visible. You can no longer skip to the next or previous image without closing and reopening the view.

The OS that Immich Server is running on

Debian 13

Version of Immich Server

v2.5.0

Version of Immich Mobile App

Platform with the issue

  • Server
  • Web
  • Mobile

Device make and model

No response

Your docker-compose.yml content

name: immich

services:
  immich-server:
    container_name: immich_server
    image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
    volumes:
      - ${UPLOAD_LOCATION}:/data
      - /etc/localtime:/etc/localtime:ro
    env_file:
      - .env
    
    depends_on:
      - redis
      - database
    restart: always
    healthcheck:
      disable: false
    
    networks:
      - default    
      - proxy-net

Your .env content

...

Reproduction steps

  1. Search for a term
  2. Open Media (Video or Photo)
  3. Click on the Trashcan or del-Button
  4. Click on the Right or Left Button for the next photo / Click on right-arrow or left-arrow key.
    ...

Relevant log output


Additional information

No response

Originally created by @Flowingblood on GitHub (Jan 28, 2026). ### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report. - [x] Yes ### The bug If you delete a photo or video in the detail view, the navigation arrows and keyboard shortcuts are not working anymore, the buttons are not visible. You can no longer skip to the next or previous image without closing and reopening the view. ### The OS that Immich Server is running on Debian 13 ### Version of Immich Server v2.5.0 ### Version of Immich Mobile App - ### Platform with the issue - [ ] Server - [x] Web - [ ] Mobile ### Device make and model _No response_ ### 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} volumes: - ${UPLOAD_LOCATION}:/data - /etc/localtime:/etc/localtime:ro env_file: - .env depends_on: - redis - database restart: always healthcheck: disable: false networks: - default - proxy-net ``` ### Your .env content ```Shell ... ``` ### Reproduction steps 1. Search for a term 2. Open Media (Video or Photo) 3. Click on the Trashcan or del-Button 4. Click on the Right or Left Button for the next photo / Click on right-arrow or left-arrow key. ... ### Relevant log output ```shell ``` ### Additional information _No response_
Author
Owner

@alextran1502 commented on GitHub (Jan 28, 2026):

Hmm, cannot reproduce this on https://demo.immich.app/

@alextran1502 commented on GitHub (Jan 28, 2026): Hmm, cannot reproduce this on https://demo.immich.app/
Author
Owner

@alextran1502 commented on GitHub (Jan 28, 2026):

Nvm, you mentioned in search page

@alextran1502 commented on GitHub (Jan 28, 2026): Nvm, you mentioned in search page
Author
Owner

@bigntallmike commented on GitHub (Jan 28, 2026):

Came here to report this as well -- it makes culling photos very annoying.

@bigntallmike commented on GitHub (Jan 28, 2026): Came here to report this as well -- it makes culling photos very annoying.
Author
Owner

@datalot-369 commented on GitHub (Jan 28, 2026):

Replicated

- Immich 2.5.0
- Web App
- Firefox 147.0.1 & Chromium 144.0.7559.96
- Fedora 43
@datalot-369 commented on GitHub (Jan 28, 2026): **Replicated** ``` - Immich 2.5.0 - Web App - Firefox 147.0.1 & Chromium 144.0.7559.96 - Fedora 43 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8319