Hey so I just upgraded from 1.139 to 1.144.1 because the mobile app would lock up the phone and wasn’t able to load any images anymore for some reason.
Thought I was on the latest version but ig not?
The upgrade went ok, I kept my customized compose and .env file disregarding all instructions and used docker-compose pull
to update (why do I have to do that, by the way? Why isn’t docker stop
and docker rm
and docker system prune
followed by docker compose up -d
enough?) and I’m having an odd issue on the Immich mobile app from F-Droid - version 1.143 running on Pixel 3XL, Android 12.
If I enable ‘Prefer remote images’ I cannot zoom into the image at all. Not with ‘load original images’ enabled and not with ‘load preview images’ enabled and not with either or both disabled.
Even with ‘prefer remote images’ disabled, I still cannot zoom properly. I can double tap to zoom into the image at a fixed zoom level and double tap to zoom out, and I can pinch to zoom to a variable level, but the normal double tap and drag down/up gesture that’s used in e.g. Google maps or Google photos or fossify gallery apps doesn’t work. Anyone else have this issue?
Figured I’d ask here just in case someone has had a similar issue and it turned out to be user error before opening an issue on their GitHub.
disregarding all instructions
Probably not the best practice…I’d look through the release notes between the versions you’ve upgraded through to be sure you didn’t miss any necessary changes to the docker compose or env files and upgrade as the documentation recommends.
Looks like v2.0.0 was just released as well.
There’s already an issue open for it: https://github.com/immich-app/immich/issues/1713
Be sure to thumbs it up!