[BUG] Disabled typesense env flag fails recognize-faces job #1632

Closed
opened 2026-02-05 02:44:58 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @mishak87 on GitHub (Nov 16, 2023).

The bug

Deployed with helm chart with TYPESENSE_ENABLED='false' immich-microservices fails recognizeFaces/recognize-faces job looking for typesense server.

ERROR [JobService] Unable to run job handler (recognizeFaces/recognize-faces): Error: getaddrinfo ENOTFOUND immich-typesense

The OS that Immich Server is running on

Helm/K3s/Ubuntu

Version of Immich Server

v1.86.0

Version of Immich Mobile App

N/A

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

# not relevant

Your .env content

TYPESENSE_API_KEY=typesense
TYPESENSE_ENABLED=false
TYPESENSE_HOST=immich-typesense

Reproduction steps

1. Install immich using helm chart
2. Upload some photos
3. See microservices pod log errors

Additional information

No response

Originally created by @mishak87 on GitHub (Nov 16, 2023). ### The bug Deployed with helm chart with TYPESENSE_ENABLED='false' immich-microservices fails `recognizeFaces/recognize-faces` job looking for typesense server. ``` ERROR [JobService] Unable to run job handler (recognizeFaces/recognize-faces): Error: getaddrinfo ENOTFOUND immich-typesense ``` ### The OS that Immich Server is running on Helm/K3s/Ubuntu ### Version of Immich Server v1.86.0 ### Version of Immich Mobile App N/A ### Platform with the issue - [X] Server - [ ] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML # not relevant ``` ### Your .env content ```Shell TYPESENSE_API_KEY=typesense TYPESENSE_ENABLED=false TYPESENSE_HOST=immich-typesense ``` ### Reproduction steps ```bash 1. Install immich using helm chart 2. Upload some photos 3. See microservices pod log errors ``` ### Additional information _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#1632