[PR #212] [MERGED] Fix 500 error on login with email not in DB #8516

Closed
opened 2026-02-05 13:48:38 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/212
Author: @jbaez
Created: 6/10/2022
Status: Merged
Merged: 6/13/2022
Merged by: @alextran1502

Base: mainHead: fix/login-500


📝 Commits (3)

  • ba25c78 Fix 500 error on login with email not in DB
  • 416dae0 Merge remote-tracking branch 'origin/main' into fix/login-500
  • 73991c3 Fix type declarations in ServerInfoDto

📊 Changes

2 files changed (+9 additions, -5 deletions)

View changed files

📝 server/apps/immich/src/api-v1/auth/auth.service.ts (+6 -2)
📝 server/apps/immich/src/api-v1/server-info/dto/server-info.dto.ts (+3 -3)

📄 Description

Fixes a 500 error when trying to login with an email that is not in the DB


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/212 **Author:** [@jbaez](https://github.com/jbaez) **Created:** 6/10/2022 **Status:** ✅ Merged **Merged:** 6/13/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/login-500` --- ### 📝 Commits (3) - [`ba25c78`](https://github.com/immich-app/immich/commit/ba25c78db906d990179446da015485aaaae9eea1) Fix 500 error on login with email not in DB - [`416dae0`](https://github.com/immich-app/immich/commit/416dae04035f2e70fb0883d7131a6bcc396a48bb) Merge remote-tracking branch 'origin/main' into fix/login-500 - [`73991c3`](https://github.com/immich-app/immich/commit/73991c37261cac28cfc8213986f2cc0be8ddb167) Fix type declarations in ServerInfoDto ### 📊 Changes **2 files changed** (+9 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `server/apps/immich/src/api-v1/auth/auth.service.ts` (+6 -2) 📝 `server/apps/immich/src/api-v1/server-info/dto/server-info.dto.ts` (+3 -3) </details> ### 📄 Description Fixes a 500 error when trying to login with an email that is not in the DB --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:48:38 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8516