Edited image not saved to Immich #6745

Closed
opened 2026-02-05 12:30:40 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Dixet on GitHub (Aug 4, 2025).

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

  • Yes

The bug

This looks similar to https://github.com/immich-app/immich/discussions/6439 but is actually different, because I'm using the immich app for editing.

Tl;dr after editing an image in the Immich app, it does not show up in immich.

When I take a picture on my phone, I can view and edit it in the Immich Android app. After editing, the only save option is "save to gallery", which saves the edited image to /storage/pictures.
This is not a backup folder I have selected for Immich, so the edit does is not uploaded.
It is visible in the Android gallery app.

From a user perspective this is very weird: the app I use to edit a photo does not show the edited version of that photo.

Android version: 14
Immich app: Android 1.137.2 build.3002

The OS that Immich Server is running on

Debian

Version of Immich Server

1.137.3

Version of Immich Mobile App

1.137.3

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

no docker but proxmox with this conf
arch: amd64 
cores: 4 features: keyctl=1,nesting=1 
hostname: immich 
memory: 4096 
net0: name=eth0,bridge=vmbrO,hwaddr=BC:24:11:DD:29:B0,ip=dhcp,type=veth onboot: 1 
ostype: debian 
rootfs: bigdisk:vm-103-disk-0,size=40G swap: 512 
tags: community-script;photos 
unprivileged: 1

Your .env content

TZ=Europe/Amsterdam 
IMMICH_VERSION=release 
NODE_ENV=production 
DB_HOSTNAME=127.0.0.1 
DB_USERNAME=redacted 
DB_PASSWORD=redacted 
DB_DATABASE_NAME=immich 
DB_VECTOR_EXTENSION=vectorchord 
REDIS_HOSTNAME=127.0.0.1 
IMMICH_MACHINE_LEARNING_URL=http://127.0.0.1:3003 
MACHINE_LEARNING_CACHE_FOLDER=/opt/immich/cache 
IMMICH_MEDIA_LOCATION=/opt/immich/upload

Reproduction steps

1.Take a photo
2. Open the Immich app
3.edit the photo in the Immich app
4. Save the photo
5. Edits are gone!
...

Relevant log output


Additional information

No response

Originally created by @Dixet on GitHub (Aug 4, 2025). ### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report. - [x] Yes ### The bug This looks similar to https://github.com/immich-app/immich/discussions/6439 but is actually different, because I'm using the immich app for editing. Tl;dr after editing an image in the Immich app, it does not show up in immich. When I take a picture on my phone, I can view and edit it in the Immich Android app. After editing, the only save option is "save to gallery", which saves the edited image to /storage/pictures. This is not a backup folder I have selected for Immich, so the edit does is not uploaded. It is visible in the Android gallery app. From a user perspective this is very weird: the app I use to edit a photo does not show the edited version of that photo. Android version: 14 Immich app: Android 1.137.2 build.3002 ### The OS that Immich Server is running on Debian ### Version of Immich Server 1.137.3 ### Version of Immich Mobile App 1.137.3 ### Platform with the issue - [ ] Server - [ ] Web - [x] Mobile ### Your docker-compose.yml content ```YAML no docker but proxmox with this conf arch: amd64 cores: 4 features: keyctl=1,nesting=1 hostname: immich memory: 4096 net0: name=eth0,bridge=vmbrO,hwaddr=BC:24:11:DD:29:B0,ip=dhcp,type=veth onboot: 1 ostype: debian rootfs: bigdisk:vm-103-disk-0,size=40G swap: 512 tags: community-script;photos unprivileged: 1 ``` ### Your .env content ```Shell TZ=Europe/Amsterdam IMMICH_VERSION=release NODE_ENV=production DB_HOSTNAME=127.0.0.1 DB_USERNAME=redacted DB_PASSWORD=redacted DB_DATABASE_NAME=immich DB_VECTOR_EXTENSION=vectorchord REDIS_HOSTNAME=127.0.0.1 IMMICH_MACHINE_LEARNING_URL=http://127.0.0.1:3003 MACHINE_LEARNING_CACHE_FOLDER=/opt/immich/cache IMMICH_MEDIA_LOCATION=/opt/immich/upload ``` ### Reproduction steps 1.Take a photo 2. Open the Immich app 3.edit the photo in the Immich app 4. Save the photo 5. Edits are gone! ... ### Relevant log output ```shell ``` ### Additional information _No response_
Author
Owner

@bo0tzz commented on GitHub (Aug 4, 2025):

This is in fact the same as the FR you linked, and currently working as expected.

@bo0tzz commented on GitHub (Aug 4, 2025): This is in fact the same as the FR you linked, and currently working as expected.
Author
Owner

@Dixet commented on GitHub (Aug 4, 2025):

Not quite, in the linked FR the photo is edited outside the Immich app, but visible in the Immich app. Not visible on Web.
My issue is that I edit inside the Immich app, but don't even see the changes in the app.

@Dixet commented on GitHub (Aug 4, 2025): Not quite, in the linked FR the photo is edited outside the Immich app, but visible in the Immich app. Not visible on Web. My issue is that I edit inside the Immich app, but don't even see the changes in the app.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#6745