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
# immich
IMMICH_UPLOAD_PATH=/home/immich/data
IMMICH_MODEL_CACHE_PATH=/home/immich/model-cache
IMMICH_PG_DATA_PATH=/home/immich/pgdata
IMMICH_GEO_CN_PATH=/home/immich/geodata
IMMICH_I18N_PATH=/home/immich/i18n-iso-countries
# The Immich version to use. You can pin this to a specific version like "v1.71.0"# IMMICH_VERSION="v1.98.2"# Connection secret for postgres. You should change it to a random password
DB_PASSWORD="PassPostgres"# The values below this line do not need to be changed
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
REDIS_HOSTNAME=immich_redis
Reproduction steps
Open the album, click Add Photo to enter the photo selection interface
Use gestures to go back one level
Relevant log output
Additional information
The gesture on the interface for selecting photos when creating a new album is normal. After the album is created, if the album is not empty, the gesture fails.
The text was updated successfully, but these errors were encountered:
When going to the "add photo" page, it automatically selects the photos that are already in the album, so the condition above is never false unless the album is empty.
I'm not sure why this is the behavior... I would expect the selection to be empty and only select the "photos to add", not the photos already present in the album.
The bug
After updating to version 1.127, the album's add photo interface cannot be navigated back using gestures.
The OS that Immich Server is running on
ubuntu 22.04.4
Version of Immich Server
1.125.7
Version of Immich Mobile App
1.127.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
The gesture on the interface for selecting photos when creating a new album is normal. After the album is created, if the album is not empty, the gesture fails.
The text was updated successfully, but these errors were encountered: