You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While zooming in on an image asset in the Android app (at least since v105 till v108) the original image is never loaded/shown. Only the small and medium thumb are shown. Zooming in on the asses in the web browser does work flawlessly. I have tried all combinations of the following setting in the Android app with no success/difference:
I even tried to replace the original image on the server (SSH'ing into it) with another random image. If I then look at the image in thew web browser I indeed see the small thumb, medium thumb and when I zoom I indeed see the new random (totally different) image. In the Android app it keeps showing the medium thumb, and never loads the random image.
I also played with the Admin->Image setting, settings. Currently I have:
name: immichservices:
immich-server:
container_name: immich_serverimage: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}extends:
file: hwaccel.transcoding.yml# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcodingservice: nvenc # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcodingvolumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- ${PHOTOSVIDEOS_LOCATION}:/mnt/PhotosVideos/CURRENT:ro
- ${THUMB_LOCATION}:/usr/src/app/upload/thumbs
- ${ENCODED_VIDEO_LOCATION}:/usr/src/app/upload/encoded-video
- ${PROFILE_LOCATION}:/usr/src/app/upload/profile
- /etc/localtime:/etc/localtimeenv_file:
- .envports:
- 2283:3001depends_on:
- redis
- databaserestart: alwaysimmich-machine-learning:
container_name: immich_machine_learning# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.# Example tag: ${IMMICH_VERSION:-release}-cuda# image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-cudaextends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-accelerationfile: hwaccel.ml.yml# service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicableservice: cuda # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicablevolumes:
- model-cache:/cacheenv_file:
- .envrestart: alwaysredis:
container_name: immich_redisimage: registry.hub.docker.com/library/redis:6.2-alpine@sha256:84882e87b54734154586e5f8abd4dce69fe7311315e2fc6d67c29614c8de2672restart: alwaysdatabase:
container_name: immich_postgresimage: registry.hub.docker.com/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}POSTGRES_USER: ${DB_USERNAME}POSTGRES_DB: ${DB_DATABASE_NAME}POSTGRES_INITDB_ARGS: '--data-checksums'volumes:
- ${DB_DATA_LOCATION}:/var/lib/postgresql/datarestart: alwayscommand: ["postgres", "-c" ,"shared_preload_libraries=vectors.so", "-c", 'search_path="$$user", public, vectors', "-c", "logging_collector=on", "-c", "max_wal_size=2GB", "-c", "shared_buffers=512MB", "-c", "wal_compression=on"]volumes:
model-cache:
The bug
While zooming in on an image asset in the Android app (at least since v105 till v108) the original image is never loaded/shown. Only the small and medium thumb are shown. Zooming in on the asses in the web browser does work flawlessly. I have tried all combinations of the following setting in the Android app with no success/difference:
I even tried to replace the original image on the server (SSH'ing into it) with another random image. If I then look at the image in thew web browser I indeed see the small thumb, medium thumb and when I zoom I indeed see the new random (totally different) image. In the Android app it keeps showing the medium thumb, and never loads the random image.
I also played with the Admin->Image setting, settings. Currently I have:
Is there something I am missing?
The OS that Immich Server is running on
Debian 12, docker-ce
Version of Immich Server
v1.108.0
Version of Immich Mobile App
v1.108.0 build.148
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
No output visible using 'docker compose logs -f' when loading or zooming in.
Additional information
The text was updated successfully, but these errors were encountered: