Open steverumsby opened 6 days ago
Is the page completely blank? Can you post a screenshot?
Are you using a reverse proxy or such, or accessing Immich directly on the port?
Yes, the page is completely blank, hence no screenshot! Here's a video of the process:
https://github.com/user-attachments/assets/68298a7e-1feb-4f2a-9339-2db4996d6885
I do normally access through an nginx reverse proxy, but the same happens when accessing directly, as in the video above.
Are there any errors or failed requests in the browser console?
No, browser console is empty and the container's log has no errors.
Also, clicking on the thumbnail on the tags page produces this in the developer tools network tab, if this helps at all
Probably related to Svelte 5 migration. I will take a look in the syntax migration PR
Please look out for the next release and let me know if you still cannot see the photos
The bug
I have tags enabled for my user. Choosing a tag from the list tales me to a page ofimages tagged with that tag. So far so good. When I click on an image on that page I'm presented with a blank page.
The URL I'm taken to is/tags/photos/. If I remove the "tags/" from the URL, leaving /photos/ I get to the page for the relevant image.
Is this just that the link from the tags page is wrong, or is the "tags/" component supposed to work but doesn't?
The same happens with folders. Viewing an images produces a blank page, but removing "folders/" from the URL proiduces the correct image page.
The OS that Immich Server is running on
Ubuntu 24.04
Version of Immich Server
1.120.1
Version of Immich Mobile App
N/A
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Repeat for folders to get the same result.
Relevant log output
No response
Additional information
No response