In the mobile app, the numerical progress counter for an asset being downloaded from iCloud will occasionally show 0% instead of 100% even though the visual progress bar is full.
###################################################################################
# Database
###################################################################################
DB_HOSTNAME=xxx
DB_USERNAME=xxx
DB_PASSWORD=xxx
DB_DATABASE_NAME=xxx
# Optional Database settings:
# DB_PORT=5432
###################################################################################
# Redis
###################################################################################
REDIS_HOSTNAME=immich_redis
# Optional Redis settings:
# Note: these parameters are not automatically passed to the Redis Container
# to do so, please edit the docker-compose.yml file as well. Redis is not configured
# via environment variables, only redis.conf or the command line
# REDIS_PORT=6379
# REDIS_DBINDEX=0
# REDIS_PASSWORD=
# REDIS_SOCKET=
###################################################################################
# Upload File Location
#
# This is the location where uploaded files are stored.
###################################################################################
UPLOAD_LOCATION="xxx"
###################################################################################
# Log message level - [simple|verbose]
###################################################################################
LOG_LEVEL=log
###################################################################################
# Typesense
###################################################################################
# TYPESENSE_ENABLED=false
TYPESENSE_API_KEY=xxx
# TYPESENSE_HOST: typesense
# TYPESENSE_PORT: 8108
# TYPESENSE_PROTOCOL: http
###################################################################################
# Reverse Geocoding
#
# Reverse geocoding is done locally which has a small impact on memory usage
# This memory usage can be altered by changing the REVERSE_GEOCODING_PRECISION variable
# This ranges from 0-3 with 3 being the most precise
# 3 - Cities > 500 population: ~200MB RAM
# 2 - Cities > 1000 population: ~150MB RAM
# 1 - Cities > 5000 population: ~80MB RAM
# 0 - Cities > 15000 population: ~40MB RAM
####################################################################################
# DISABLE_REVERSE_GEOCODING=false
# REVERSE_GEOCODING_PRECISION=3
####################################################################################
# WEB - Optional
#
# Custom message on the login page, should be written in HTML form.
# For example:
# PUBLIC_LOGIN_PAGE_MESSAGE="This is a demo instance of Immich.<br><br>Email: <i>demo@demo.de</i><br>Password: <i>demo</i>"
####################################################################################
PUBLIC_LOGIN_PAGE_MESSAGE="Backing up camera rolls without needing to pay Apple. Ha!"
IMMICH_WEB_URL=http://immich-web:3000
IMMICH_SERVER_URL=http://immich-server:3001
###################################################################################
# Immich Version - Optional
#
# This allows all immich docker images to be pinned to a specific version. By default,
# the version is "release" but could be a specific version, like "v1.59.0".
###################################################################################
IMMICH_VERSION=release
Reproduction steps
1. Open up the mobile app with pictures which need to be both uploaded to Immich as well as downloaded from iCloud to do so
2. Start the upload and watch the numerical percentage counter for the iCloud download progress
3. Occasionally, the bar will complete and while sitting there for a couple seconds instead of showing 100% it will show 0%
Relevant log output
No response
Additional information
This is a super minor issue but figured I'd make it known nonetheless!
The bug
In the mobile app, the numerical progress counter for an asset being downloaded from iCloud will occasionally show 0% instead of 100% even though the visual progress bar is full.
https://github.com/immich-app/immich/assets/70914399/5bce26c8-88b0-48b5-8755-df7792762133
The OS that Immich Server is running on
iOS 17
Version of Immich Server
v1.107.2
Version of Immich Mobile App
v1.107.1 Build 162
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
No response
Additional information
This is a super minor issue but figured I'd make it known nonetheless!