iPad does not show recent photos #2702

Closed
opened 2026-02-05 06:48:36 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @Stooovie on GitHub (Mar 29, 2024).

The bug

I have 1 server and 3 client devices (iPhone, iPad, Mac). I only upload from the iPad.

Problem: Mac and iPhone shows everything as expected, but iPad (which is used to upload) ends at January, newer photos are not displayed. And even before January, all December-November photos are missing as well.

The OS that Immich Server is running on

Debian Bookworm (Proxmox LXC)

Version of Immich Server

1.100.0

Version of Immich Mobile App

1.99 b145

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

version: "3.8"

services:
  immich-server:
    container_name: immich_server
    image: ghcr.io/immich-app/immich-server:release
    entrypoint: ["/bin/sh", "./start-server.sh"]
    volumes:
      - ${UPLOAD_LOCATION}:/usr/src/app/upload
    env_file:
      - .env
    ports:
      - 2283:3001
    depends_on:
      - redis
      - database
    restart: always

  immich-microservices:
    container_name: immich_microservices
    image: ghcr.io/immich-app/immich-server:release
    entrypoint: ["/bin/sh", "./start-microservices.sh"]
    volumes:
      - ${UPLOAD_LOCATION}:/usr/src/app/upload
    env_file:
      - .env
    depends_on:
      - redis
      - database
    restart: always

  immich-machine-learning:
    container_name: immich_machine_learning
    image: ghcr.io/immich-app/immich-machine-learning:release
    volumes:
      - ${UPLOAD_LOCATION}:/usr/src/app/upload
      - model-cache:/cache
    env_file:
      - .env
    restart: always

  redis:
    container_name: immich_redis
    image: redis:6.2
    restart: always

  database:
    container_name: immich_postgres
    image: tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
    env_file:
      - .env
    environment:
      POSTGRES_PASSWORD: ${DB_PASSWORD}
      POSTGRES_USER: ${DB_USERNAME}
      POSTGRES_DB: ${DB_DATABASE_NAME}
      PG_DATA: /var/lib/postgresql/data
    volumes:
      - pgdata:/var/lib/postgresql/data
    restart: always

volumes:
  pgdata:
  model-cache:

Your .env content

DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_DATABASE_NAME=immich

REDIS_HOSTNAME=immich_redis

UPLOAD_LOCATION=/root/media

TYPESENSE_API_KEY=some-random-text

PUBLIC_LOGIN_PAGE_MESSAGE=
IMMICH_WEB_URL=http://immich-web:3000
IMMICH_SERVER_URL=http://immich-server:3001
IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003

Reproduction steps

1.open the same library on different devices

Additional information

Photos uploaded are from iCloud Photos.

Originally created by @Stooovie on GitHub (Mar 29, 2024). ### The bug I have 1 server and 3 client devices (iPhone, iPad, Mac). I only upload from the iPad. Problem: Mac and iPhone shows everything as expected, but iPad (which is used to upload) ends at January, newer photos are not displayed. And even before January, all December-November photos are missing as well. ### The OS that Immich Server is running on Debian Bookworm (Proxmox LXC) ### Version of Immich Server 1.100.0 ### Version of Immich Mobile App 1.99 b145 ### Platform with the issue - [X] Server - [X] Web - [X] Mobile ### Your docker-compose.yml content ```YAML version: "3.8" services: immich-server: container_name: immich_server image: ghcr.io/immich-app/immich-server:release entrypoint: ["/bin/sh", "./start-server.sh"] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload env_file: - .env ports: - 2283:3001 depends_on: - redis - database restart: always immich-microservices: container_name: immich_microservices image: ghcr.io/immich-app/immich-server:release entrypoint: ["/bin/sh", "./start-microservices.sh"] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload env_file: - .env depends_on: - redis - database restart: always immich-machine-learning: container_name: immich_machine_learning image: ghcr.io/immich-app/immich-machine-learning:release volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload - model-cache:/cache env_file: - .env restart: always redis: container_name: immich_redis image: redis:6.2 restart: always database: container_name: immich_postgres image: tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0 env_file: - .env environment: POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_USER: ${DB_USERNAME} POSTGRES_DB: ${DB_DATABASE_NAME} PG_DATA: /var/lib/postgresql/data volumes: - pgdata:/var/lib/postgresql/data restart: always volumes: pgdata: model-cache: ``` ### Your .env content ```Shell DB_HOSTNAME=immich_postgres DB_USERNAME=postgres DB_PASSWORD=postgres DB_DATABASE_NAME=immich REDIS_HOSTNAME=immich_redis UPLOAD_LOCATION=/root/media TYPESENSE_API_KEY=some-random-text PUBLIC_LOGIN_PAGE_MESSAGE= IMMICH_WEB_URL=http://immich-web:3000 IMMICH_SERVER_URL=http://immich-server:3001 IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003 ``` ### Reproduction steps ```bash 1.open the same library on different devices ``` ### Additional information Photos uploaded are from iCloud Photos.
OVERLORD added the 📱mobiledate-time labels 2026-02-05 06:48:36 +03:00
Author
Owner

@Stooovie commented on GitHub (Mar 30, 2024):

Happened again within 24 hours of reinstalling. On the "uploader" (Master) iPad, Immich just doesn't reliably show recent photos. Clients/Slaves do work as expected. Super weird.

@Stooovie commented on GitHub (Mar 30, 2024): Happened again within 24 hours of reinstalling. On the "uploader" (Master) iPad, Immich just doesn't reliably show recent photos. Clients/Slaves do work as expected. Super weird.
Author
Owner

@alextran1502 commented on GitHub (Apr 26, 2024):

Can you update the app and the server to the latest version and try again?

@alextran1502 commented on GitHub (Apr 26, 2024): Can you update the app and the server to the latest version and try again?
Author
Owner

@1e100 commented on GitHub (May 29, 2024):

I'm also having this problem, also with iPad. The sever and client are the latest, matching version. Another symptom - nothing shows up if I click on a face in facial recognition

@1e100 commented on GitHub (May 29, 2024): I'm also having this problem, also with iPad. The sever and client are the latest, matching version. Another symptom - nothing shows up if I click on a face in facial recognition
Author
Owner

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

Can you please logout and log back in and if the issue persists, then share some mobile logs.

@jrasm91 commented on GitHub (Sep 10, 2024): Can you please logout and log back in and if the issue persists, then share some mobile logs.
Author
Owner

@C-Otto commented on GitHub (Jan 25, 2025):

Closing due to inactivity.

@C-Otto commented on GitHub (Jan 25, 2025): Closing due to inactivity.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#2702