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
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
DATA_ROOT=/data
# The location where your uploaded files are stored
UPLOAD_LOCATION=${DATA_ROOT}/upload
APPDATA_LOCATION=${DATA_ROOT}/appdata
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release
IMMICH_METRICS=true
DB_PASSWORD='REDACTED'# 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
Create an album and add some photos to it
On web open the album and "Select album cover"
Click on any photo
Relevant log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
avee87
changed the title
Choosing an album cover select the asset
Choosing an album cover selects the asset instead
Dec 14, 2024
The bug
Instead of changing album cover this now just selects the asset.
The OS that Immich Server is running on
Debian
Version of Immich Server
v1.122.3
Version of Immich Mobile App
v1.122.3
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: