When uploading photos directly to an album, all files upload successfully, but not all files are stored in the album directory as expected.
Some files are correctly placed inside the album folder, while others remain in the user root library folder.
Expected Behavior:
All uploaded photos should be stored inside immich/library/library/user/<album_name>
But...
Heres what actually happens:
Example:
Uploaded: 380 photos
Correctly stored in album folder: ~350
Remaining files (~30) are stored in immich/library/library/user
The upload process completes successfully, and all photos appear in Immich, but their physical storage locations are inconsistent.
Additionally, if I sort images by "not in album" it shows zero results so Immich sees these items as being in an album but they aren’t actually in the album. For the example above, immich only shows 350 items as being in the album.
Troubleshooting Already Attempted:
-Ran Storage Template Migration
-Waited a few days to see if it would sort itself out
Anything I can do to fix this? Not sure if relevant but heres the storage template I use:
{{{album}}}/{{y}}-{{MMM}}-{{d}}-{{filename}}
I also used:
{{album}}/{{y}}-{{MMM}}-{{d}}-{{filename}}
And had the same issue so I did a complete reinstall of immich with the new template and still have the same issue.
Other than this, the app is perfect so I really hope theres a fix! Happy to provide any other context you may require.