-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Description
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
- Yes
The bug
After updating I got an message my timelne needed to be converted to the beta timeline. After a succesfull migration I closed the app and my beta timeline stays empty (no images, no albums).
Searching works, it shows my images and I can also open them.
After disabling the beta timeline, restarting the app everything works as before.
The OS that Immich Server is running on
Ubuntu 24.04.3 LTS
Version of Immich Server
1.142.0
Version of Immich Mobile App
1.142.0
Platform with the issue
- Server
- Web
- Mobile
Device make and model
Google Pixel 9 Pro
Your docker-compose.yml content
name: immich
services:
immich-server:
container_name: immich_server
image: 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 transcoding
volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
- /home/roy/nas/Backups/Afbeeldingen:/usr/src/app/nas
env_file:
- .env
ports:
- '2283:2283'
depends_on:
- redis
- database
restart: always
healthcheck:
disable: false
immich-machine-learning:
container_name: immich_machine_learning
# For hardware acceleration, add one of -[armnn, cuda, rocm, openvino, rknn] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda
image: 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, rocm, openvino, openvino-wsl, rknn] for accelerated inference - use the `-wsl` version for WSL2 where applicable
volumes:
- model-cache:/cache
env_file:
- .env
restart: always
healthcheck:
disable: false
redis:
container_name: immich_redis
image: docker.io/valkey/valkey:8-bookworm@sha256:ff21bc0f8194dc9c105b769aeabf9585fea6a8ed649c0781caeac5cb3c247884
healthcheck:
test: redis-cli ping || exit 1
restart: always
database:
container_name: immich_postgres
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}
POSTGRES_DB: ${DB_DATABASE_NAME}
POSTGRES_INITDB_ARGS: '--data-checksums'
# Uncomment the DB_STORAGE_TYPE: 'HDD' var if your database isn't stored on SSDs
# DB_STORAGE_TYPE: 'HDD'
volumes:
# Do not edit the next line. If you want to change the database storage location on your system, edit the value of DB_DATA_LOCATION in the .env file
- ${DB_DATA_LOCATION}:/var/lib/postgresql/data
restart: always
volumes:
model-cache:
Your .env content
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
# The location where your uploaded files are stored
UPLOAD_LOCATION=./library
# The location where your database files are stored
DB_DATA_LOCATION=./postgres
# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
TZ=Europe/Amsterdam
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release
#IMMICH_VERSION=v1.125.2
# Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
DB_PASSWORD=x
# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
Reproduction steps
Switch to beta timeline
Relevant log output
After opening the app in the beta timeline this is the only data shown in the log:
2025-09-13 08:19:23.377722 | info | HashService | Hashing took - 13ms |
2025-09-13 08:19:23.363765 | info | HashService | Starting hashing of assets |
2025-09-13 08:19:21.330694 | info | SyncApiRepository | Remote Sync completed in 159ms |
2025-09-13 08:19:21.170950 | info | SyncStreamService | Remote sync request for user |
2025-09-13 08:19:19.139269 | info | DeviceSyncService | Device sync took - 8ms |
2025-09-13 08:24:53.476127 | info | HashService | Hashing took - 16ms |
2025-09-13 08:24:53.459367 | info | HashService | Starting hashing of assets |
2025-09-13 08:24:51.431549 | info | SyncApiRepository | Remote Sync completed in 160ms |
2025-09-13 08:24:51.269593 | info | SyncStreamService | Remote sync request for user |
2025-09-13 08:24:49.249754 | info | DeviceSyncService | Device sync took - 6ms |
2025-09-13 08:24:48.639603 | info | AppLifeCycleNotifier | Using server URL: null |
2025-09-13 08:24:41.840529 | info | BackgroundWorkerBgService | Cleaning up background worker |
2025-09-13 08:24:41.831634 | info | BackgroundWorkerBgService | Android background processing completed in 6s |
2025-09-13 08:24:41.830250 | info | BackgroundWorkerBgService | [_handleBackup 1] Backup is disabled. Skipping backup routine |
2025-09-13 08:24:39.805774 | info | HashService | Hashing took - 124ms |
2025-09-13 08:24:39.680779 | info | HashService | Starting hashing of assets |
2025-09-13 08:24:37.607190 | info | SyncApiRepository | Remote Sync completed in 220ms |
2025-09-13 08:24:37.385917 | info | SyncStreamService | Remote sync request for user |
2025-09-13 08:24:35.290498 | info | DeviceSyncService | Device sync took - 287ms |
2025-09-13 08:24:34.971818 | info | BackgroundWorkerBgService | Android background processing started |
2025-09-13 08:24:03.957334 | info | HashService | Hashing took - 14ms |
2025-09-13 08:24:03.942447 | info | HashService | Starting hashing of assets |
2025-09-13 08:24:01.919383 | info | SyncApiRepository | Remote Sync completed in 155ms |
2025-09-13 08:24:01.764023 | info | SyncStreamService | Remote sync request for user |
2025-09-13 08:23:59.730058 | info | DeviceSyncService | Device sync took - 11ms |
2025-09-13 08:23:59.124709 | info | AppLifeCycleNotifier | Using server URL: null |
Additional information
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
To triage