immich-app / immich

High performance self-hosted photo and video management solution.
https://immich.app
GNU Affero General Public License v3.0
44.73k stars 2.17k forks source link

Configuration save depends on working SMTP server #12050

Closed C-Otto closed 1 week ago

C-Otto commented 2 weeks ago

The bug

My SMTP (mail) setup currently is broken, which isn't an issue in itself. However, it seems Immich refuses to save the configuration because of this, even for unrelated changes like concurrency settings.

When I try to save my changes, I get this (after a few seconds):

Invalid SMTP configuration: Error: Connection timeout (Immich Server Error)

I expect Immich to ignore the SMTP issue, or warn me about it, while still saving the (unrelated) changes.

The OS that Immich Server is running on

Debian Stable

Version of Immich Server

v1.112.1

Platform with the issue

Reproduction steps

  1. Configure SMTP and make sure it works
  2. Shutdown SMTP server (so that Immich cannot use it anymore)
  3. Update and save concurrency settings
C-Otto commented 2 weeks ago

I fixed my mail setup which allowed me to save the concurrency settings.

jrasm91 commented 1 week ago

Fixed in #12111