Viewing images from tags & folders fails #15170
Replies: 13 comments
-
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? |
Beta Was this translation helpful? Give feedback.
-
Yes, the page is completely blank, hence no screenshot! Here's a video of the process: Screen.Recording.2024-11-11.140217.mp4I do normally access through an nginx reverse proxy, but the same happens when accessing directly, as in the video above. |
Beta Was this translation helpful? Give feedback.
-
Are there any errors or failed requests in the browser console? |
Beta Was this translation helpful? Give feedback.
-
No, browser console is empty and the container's log has no errors. |
Beta Was this translation helpful? Give feedback.
-
Also, clicking on the thumbnail on the tags page produces this in the developer tools network tab, if this helps at all |
Beta Was this translation helpful? Give feedback.
-
Probably related to Svelte 5 migration. I will take a look in the syntax migration PR |
Beta Was this translation helpful? Give feedback.
-
Please look out for the next release and let me know if you still cannot see the photos |
Beta Was this translation helpful? Give feedback.
-
I've just installed 1.121.0 and I'm still getting the same behaviour. Sorry! |
Beta Was this translation helpful? Give feedback.
-
Now running 1.22.0 and the problem still exists. |
Beta Was this translation helpful? Give feedback.
-
The problem is still here in 1.124.0. |
Beta Was this translation helpful? Give feedback.
-
Can you reproduce this on https://demo.immich.app? Does it still happen with cache cleared, extensions disabled, in a private tab, different browser, etc? |
Beta Was this translation helpful? Give feedback.
-
I don't know why I didn't think to try all these variations before - thanks for the prompt... So, my main machine is Windows 11 and main browser is Edge. With all extensions disabled and cache cleared, this still misbehaves in both normal and private mode, for both my immich installation and the demo system. The same things happens with Chrome on the same machine - again, viewing the image produces a blank page. However, on a second Windows machine all works fine in Edge. And a clean install of Firefox on the primary machine also seems to work OK. And Edge on a Linux machine also works OK. So Edge/Chrome on my primary machine is the problem. Any thoughts on what the cause might be or how to track it down? It does now seem to not be an immich problem, so I guess this is now my problem not yours! |
Beta Was this translation helpful? Give feedback.
-
It turns out it was a browser version issue. Somehow my firewall settings got changed so that Edge couldn't update itself, and neither could Chrome. Edge was version 112 and Chrome was 111. Now that both are updated to version 131, all is well. Very strange. Anyway, all is now good and viewing images via tags and folders works as it should. Sorry for any confusion. |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions