-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review duplicates utility does not stack photos or save changes (v1.127.0) #16413
Comments
This worked as expected in v 1.123.0. No other changes were done to server prior to update. |
I got same bug. Fresh install of 1.127.0 on ubuntu 22.04 with docker compose. |
same issue on 1.128.0 but with "keep all" not "stack" button |
Still an issue in v1.129.0. Keep all is not remembered. Reproduce steps:
|
I also have this issue with the latest 2-3 releases. Here are some verbose logs: ...
[Nest] 18 - 03/09/2025, 9:39:55 PM DEBUG [Api:LoggingInterceptor~h2jb0bja] GET /api/albums?assetId=fafce94e-33ec-4752-80e4-b77d65e5d25e 200 81.79ms 10.0.0.35
[Nest] 18 - 03/09/2025, 9:39:55 PM DEBUG [Api:LoggingInterceptor~negpkhgt] GET /api/albums?assetId=12a47e3e-e221-4665-b3df-c274d30edab6 200 90.18ms 10.0.0.35 After selecting both images and choosing to keep them: [Nest] 18 - 03/09/2025, 9:41:23 PM DEBUG [Api:LoggingInterceptor~33h1625r] DELETE /api/assets 204 2.78ms 10.0.0.35
[Nest] 18 - 03/09/2025, 9:41:23 PM VERBOSE [Api:LoggingInterceptor~33h1625r] {"ids":[],"force":false}
[Nest] 18 - 03/09/2025, 9:41:23 PM DEBUG [Api:LoggingInterceptor~4fh4fp3p] PUT /api/assets 204 4.25ms 10.0.0.35
[Nest] 18 - 03/09/2025, 9:41:23 PM VERBOSE [Api:LoggingInterceptor~4fh4fp3p] {"ids":["12a47e3e-e221-4665-b3df-c274d30edab6","fafce94e-33ec-4752-80e4-b77d65e5d25e"],"duplicateId":null} After refreshing the page https://immich.somedomain/utilities/duplicates the same duplicates I choose to keep show up again: [Nest] 18 - 03/09/2025, 9:42:38 PM DEBUG [Api:LoggingInterceptor~161myg2x] GET /api/albums?assetId=12a47e3e-e221-4665-b3df-c274d30edab6 200 125.25ms 10.0.0.35
[Nest] 18 - 03/09/2025, 9:42:38 PM DEBUG [Api:LoggingInterceptor~xe25pwu3] GET /api/albums?assetId=fafce94e-33ec-4752-80e4-b77d65e5d25e 200 121.98ms 10.0.0.35 Is my expectation wrong, that after I keep both images, that they won't get tagged as "duplicates", as long as I don't run the job again? |
The bug
Using the Duplicates utility does not save changes. After using "Stack" button, the images disappear and the next pair/group is loaded in. The process continues without any issues or error messages. Navigating away from the tool after one or various changes and then coming back to the tool, the exact same pairs/groups of images are listed for resolution and the total number of duplicates is the same as before any duplicates were resolved.
The OS that Immich Server is running on
Ubuntu 24.04.2
Version of Immich Server
v1.127.0
Version of Immich Mobile App
n/a
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
...
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: