[BUG] Missing timeline in home screen (web only) #1692

Closed
opened 2026-02-05 03:09:35 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @MichaelBui on GitHub (Nov 25, 2023).

The bug

image

After upgrading from 1.65.0 to 1.88.2, the timeline is not showing on the home screen (web platform) anymore while it's showing on mobile for both iOS & Android.

I'm not sure if it's a bug or a new setting that I need to configure? Thanks 🙏

The OS that Immich Server is running on

Docker Image

Version of Immich Server

v1.88.2

Version of Immich Mobile App

v1.88.0 #128

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

N/A because I'm running inside a k8s cluster

Your .env content

IMMICH_SERVER_URL: http://192.168.1.5:10400
  DB_HOSTNAME: "192.168.1.5"
  DB_PORT: "5432"
  DB_USERNAME: immich
  DB_PASSWORD: ************
  DB_DATABASE_NAME: immich
  REDIS_HOSTNAME: "192.168.1.5"
  REDIS_PORT: "6379"
  REDIS_DBINDEX: "0"
  TYPESENSE_HOST: "192.168.1.5"
  TYPESENSE_PORT: "8108"
  TYPESENSE_API_KEY: ************************************

Reproduction steps

I'm not sure if upgrading is the correct step to product

1.
2.
3.
...

Additional information

No response

Originally created by @MichaelBui on GitHub (Nov 25, 2023). ### The bug ![image](https://github.com/immich-app/immich/assets/1146708/7fc509b1-59a5-4667-a74a-33626cb13eea) After upgrading from 1.65.0 to 1.88.2, the timeline is not showing on the home screen (web platform) anymore while it's showing on mobile for both iOS & Android. I'm not sure if it's a bug or a new setting that I need to configure? Thanks 🙏 ### The OS that Immich Server is running on Docker Image ### Version of Immich Server v1.88.2 ### Version of Immich Mobile App v1.88.0 #128 ### Platform with the issue - [ ] Server - [X] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML N/A because I'm running inside a k8s cluster ``` ### Your .env content ```Shell IMMICH_SERVER_URL: http://192.168.1.5:10400 DB_HOSTNAME: "192.168.1.5" DB_PORT: "5432" DB_USERNAME: immich DB_PASSWORD: ************ DB_DATABASE_NAME: immich REDIS_HOSTNAME: "192.168.1.5" REDIS_PORT: "6379" REDIS_DBINDEX: "0" TYPESENSE_HOST: "192.168.1.5" TYPESENSE_PORT: "8108" TYPESENSE_API_KEY: ************************************ ``` ### Reproduction steps ```bash I'm not sure if upgrading is the correct step to product 1. 2. 3. ... ``` ### Additional information _No response_
Author
Owner

@bo0tzz commented on GitHub (Nov 25, 2023):

That's a very big jump, have you read the release notes to see if there's any actions you need to take?

@bo0tzz commented on GitHub (Nov 25, 2023): That's a very big jump, have you read the release notes to see if there's any actions you need to take?
Author
Owner

@MichaelBui commented on GitHub (Nov 25, 2023):

I'm only aware of changes with microservices (web & proxy were removed since v1.85.0).

I'm not aware of any changes in DB structure or file system that may cause this and I guess it's likely caused by them because they usually cause the app fails to load rather than missing some part of the UI.

Also, the timeline is showing fine in both iOS & Android (both latest version)

@MichaelBui commented on GitHub (Nov 25, 2023): I'm only aware of changes with microservices (web & proxy were removed since v1.85.0). I'm not aware of any changes in DB structure or file system that may cause this and I guess it's likely caused by them because they usually cause the app fails to load rather than missing some part of the UI. Also, the timeline is showing fine in both iOS & Android (both latest version)
Author
Owner

@bo0tzz commented on GitHub (Nov 25, 2023):

Are there any errors in the container logs or the browser console?

@bo0tzz commented on GitHub (Nov 25, 2023): Are there any errors in the container logs or the browser console?
Author
Owner

@christ4k commented on GitHub (Nov 29, 2023):

I have the same exact issue.
Latest versions on mobile and server.
No logs about this error.

@christ4k commented on GitHub (Nov 29, 2023): I have the same exact issue. Latest versions on mobile and server. No logs about this error.
Author
Owner

@jrasm91 commented on GitHub (Sep 5, 2024):

This issue has been resolved.

@jrasm91 commented on GitHub (Sep 5, 2024): This issue has been resolved.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#1692