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
The checkExistingAssets endpoint returns {"existingIds":[null]}, causing the mobile app to fail to unmarshal the response:
type 'Null' is not a subtype of type 'String' in type cast
and sends a "Failed to connect to the server. Retrying..." notification
The OS that Immich Server is running on
Alma 9
Version of Immich Server
v1.106.2
Version of Immich Mobile App
v1.106.2
Platform with the issue
Server
Web
Mobile
Your docker-compose.yml content
services:
immich-server:
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload:z
- /etc/localtime:/etc/localtime:roenv_file:
- .env#ports:# - 2283:3001depends_on:
- redis
- databaserestart: alwaysimmich-machine-learning:
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.# Example tag: ${IMMICH_VERSION:-release}-cudaimage: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration# file: hwaccel.ml.yml# service: cpu # 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:
image: registry.hub.docker.com/library/redis:6.2-alpinerestart: alwaysdatabase:
image: registry.hub.docker.com/tensorchord/pgvecto-rs:pg14-v0.2.0environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}POSTGRES_USER: ${DB_USERNAME}POSTGRES_DB: ${DB_DATABASE_NAME}volumes:
- pgdata:/var/lib/postgresql/datarestart: alwaysvolumes:
pgdata:
model-cache:
The bug
The
checkExistingAssets
endpoint returns{"existingIds":[null]}
, causing the mobile app to fail to unmarshal the response:and sends a "Failed to connect to the server. Retrying..." notification
The OS that Immich Server is running on
Alma 9
Version of Immich Server
v1.106.2
Version of Immich Mobile App
v1.106.2
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: