-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Switching to another person/album shows assets from the previous person/album #3823
Comments
I just discovered that the same issue (although I don't know if they are related, just guessing) happens with albums:
|
This is apparently a Svelte issue. It happens with every navigation between routes that share the same parameterized URL. This seems to be serious upstream: |
I found a very ugly way to workaround the Svelte bug, but I'm not fluent enough on Svelte, so any Svelte expert willing to lend a hand here would be super nice :-) The key is adding the |
Fixed with the workaround in #4089. |
The bug
If you go to the asset grid view for a person, try to open an asset and choose another person in the photo, you'll be taken back to the asset grid view for the new person, but the assets will still be from the previous person.
Refreshing the page works around the issue.
The OS that Immich Server is running on
Debian
Version of Immich Server
v1.74.0
Version of Immich Mobile App
(not applicable)
Platform with the issue
Your docker-compose.yml content
(not applicable)
Your .env content
Reproduction steps
Additional information
No response
The text was updated successfully, but these errors were encountered: