Album upload in the web ui from pc -> album incomplete #2943

Closed
opened 2026-02-05 07:13:07 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @0verEngineer on GitHub (Apr 15, 2024).

The bug

I have a bunch of albums organized in directories, i upload them to immich with the "Create album" button, i noticed that some albums do not have all pictures so i used the "Add photos" button and selected the whole album again and this did not fix the problem, 10 photos are still missing.

I did following steps to check the issue:

  1. I downloaded the incomplete album from immich
  2. created a test user
  3. uploaded the incomplete album as new album to the test user with the "Create album" button
  4. I used the "Add photos" button in the album and selected all photos from the complete album and now it worked and the album in immich was complete

Because of this test steps i thought the problem is that all photos from the complete album i have locally are already in immich but in another album (or in no album) so they get detected as duplicates and are not re-uploaded (correct behavior), but they are also not added to the album (incorrect behavior)

But i cannot reproduce it in my test user, i did following to try it:

  1. I deleted all stuff in the test user and also deleted everything from the trash
  2. I created a test album and uploaded 2 photos from my album
  3. I created another album and selected all photos to upload
  4. I checked how many items are in the second album i created and it was complete

But on my other user this does not work, my album stays incomplete (missing 10 photos)

I consider this as a bug and i do not know how to proceed with the album upload now.

The OS that Immich Server is running on

Docker

Version of Immich Server

v1.100.0

Version of Immich Mobile App

irrelevant

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

default from v1.100.0

Your .env content

# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables

# The location where your uploaded files are stored
UPLOAD_LOCATION=/mnt/nas/auto_backup/Pictures/Immich

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release

# Connection secret for postgres. You should change it to a random password
DB_PASSWORD=...

# The values below this line do not need to be changed
###################################################################################
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich

REDIS_HOSTNAME=immich_redis

Reproduction steps

Cannot reproduce it with my test user

Relevant log output

No response

Additional information

No response

Originally created by @0verEngineer on GitHub (Apr 15, 2024). ### The bug I have a bunch of albums organized in directories, i upload them to immich with the "Create album" button, i noticed that some albums do not have all pictures so i used the "Add photos" button and selected the whole album again and this did not fix the problem, 10 photos are still missing. I did following steps to check the issue: 1. I downloaded the incomplete album from immich 2. created a test user 3. uploaded the incomplete album as new album to the test user with the "Create album" button 4. I used the "Add photos" button in the album and selected all photos from the complete album and now it worked and the album in immich was complete Because of this test steps i thought the problem is that all photos from the complete album i have locally are already in immich but in another album (or in no album) so they get detected as duplicates and are not re-uploaded (correct behavior), but they are also not added to the album (incorrect behavior) But i cannot reproduce it in my test user, i did following to try it: 1. I deleted all stuff in the test user and also deleted everything from the trash 2. I created a test album and uploaded 2 photos from my album 3. I created another album and selected all photos to upload 4. I checked how many items are in the second album i created and it was complete But on my other user this does not work, my album stays incomplete (missing 10 photos) I consider this as a bug and i do not know how to proceed with the album upload now. ### The OS that Immich Server is running on Docker ### Version of Immich Server v1.100.0 ### Version of Immich Mobile App irrelevant ### Platform with the issue - [X] Server - [X] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML default from v1.100.0 ``` ### Your .env content ```Shell # You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables # The location where your uploaded files are stored UPLOAD_LOCATION=/mnt/nas/auto_backup/Pictures/Immich # The Immich version to use. You can pin this to a specific version like "v1.71.0" IMMICH_VERSION=release # Connection secret for postgres. You should change it to a random password DB_PASSWORD=... # The values below this line do not need to be changed ################################################################################### DB_HOSTNAME=immich_postgres DB_USERNAME=postgres DB_DATABASE_NAME=immich REDIS_HOSTNAME=immich_redis ``` ### Reproduction steps ```bash Cannot reproduce it with my test user ``` ### Relevant log output _No response_ ### Additional information _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#2943