Creating a new empty album in the web UI, not naming it, uploading an image to it, and clicking the image, results in the album being deleted, the image stays uploaded but the album is gone.
Not uploading an image, but selecting an existing one, causes the bug not to appear.
On web, click "Create Album". Do not enter a name yet.
Click "Select photos", then "Select from computer".
Upload an image that isn't in Immich yet.
This completes fine. At this point, opening the album in a new tab works fine as well.
Now, remaining on the album page, click the piece of just uploaded media.
Briefly, in the info panel, it'll show that it's part of the album, which then disappears.
Navigating back to the main album view, or reloading the image-in-album page, results in Not found or no album.read access (400).
The album is gone but the piece of media stays/is in the timeline.
Giving the album a name before step 5 causes the bug not to appear.
Not uploading an image, but selecting an existing one, causes the bug not to appear.
Relevant log output
Nothing odd in the immich_server logs. See comment below with DEBUG logs.
[Nest] 17 - 08/29/2024, 9:46:30 AM LOG [Api:EventRepository] Websocket Connect: 0UHciPaK2prx-SeQAAAn
[Nest] 7 - 08/29/2024, 9:46:48 AM LOG [Microservices:MediaService] Successfully generated JPEG image preview for asset eebc2f2e-cc39-47dd-a75d-fa9573e1dadd
[Nest] 7 - 08/29/2024, 9:46:48 AM LOG [Microservices:MediaService] Successfully generated WEBP image thumbnail for asset eebc2f2e-cc39-47dd-a75d-fa9573e1dadd
The bug
Creating a new empty album in the web UI, not naming it, uploading an image to it, and clicking the image, results in the album being deleted, the image stays uploaded but the album is gone.
Not uploading an image, but selecting an existing one, causes the bug not to appear.
The OS that Immich Server is running on
OpenSUSE Tumbleweed
Version of Immich Server
1.112.1
Version of Immich Mobile App
N/A
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Not found or no album.read access (400)
.Giving the album a name before step 5 causes the bug not to appear. Not uploading an image, but selecting an existing one, causes the bug not to appear.
Relevant log output
Nothing odd in theSee comment below withimmich_server
logs.DEBUG
logs.Additional information
No response