Search Bar is Missing

Hey There, i am missing the Search Bar. Also Search in the Mobile App and Access to Partner's Images does not work. What could that be?


Setup

System: Kubernetes K0s v1.24.14
Deployment Method: Helm
Config:
image:
  tag: v1.79.1
immich:
  persistence: 
    library: 
      existingClaim: immich-data
postgresql:
  enabled: true
  global:
    postgresql:
      auth:
        existingSecret: postgres-immich
        database: immich
        username: immich
        secretKeys:
          adminPasswordKey: postgres-admin-password
          userPasswordKey: postgres-password
          replicationPasswordKey: postgres-replication-password
redis:
  enabled: true
env:
  DB_USERNAME: immich
  POSTGRES_USER: immich
  DB_PASSWORD:
    valueFrom:
      secretKeyRef:
        name: postgres-immich
        key: postgres-password

Context

Besides mentioned Issues i have not Experienced any Problems.


Machine Learning Config

(Images Attached)
image.png
image.png
image.png
Was this page helpful?