[PR #3133] [MERGED] Fix 500 error causing first-time setup wizard to hang #9352

Closed
opened 2026-02-07 06:00:43 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3133
Author: @kesslern
Created: 5/17/2020
Status: Merged
Merged: 5/18/2020
Merged by: @dkanada

Base: masterHead: fix-setup-wizard


📝 Commits (1)

  • 3bc07e7 Fix 500 error causing first-time setup wizard to hang

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

📝 Jellyfin.Api/Auth/CustomAuthenticationHandler.cs (+5 -0)

📄 Description

On a fresh setup of Jellyfin & Jellyfin Web, the setup wizard hangs and it's impossible to continue. This is caused by the request to /Startup/User returning an HTTP 500.

This was introduced in 53380689a. Changing the exceptions throw changed how CustomAuthenticationHandler processed failures.

Changes
Catch AuthenticationExceptions in CustomAuthenticationHandler.

Issues
I think this resolves #3132 I don't think there's an open issue for this


🔄 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/jellyfin/jellyfin/pull/3133 **Author:** [@kesslern](https://github.com/kesslern) **Created:** 5/17/2020 **Status:** ✅ Merged **Merged:** 5/18/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `fix-setup-wizard` --- ### 📝 Commits (1) - [`3bc07e7`](https://github.com/jellyfin/jellyfin/commit/3bc07e7c56880de8b75cbd36c79deff6decf8e77) Fix 500 error causing first-time setup wizard to hang ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Auth/CustomAuthenticationHandler.cs` (+5 -0) </details> ### 📄 Description On a fresh setup of Jellyfin & Jellyfin Web, the setup wizard hangs and it's impossible to continue. This is caused by the request to `/Startup/User` returning an HTTP 500. This was introduced in 53380689a. Changing the exceptions throw changed how `CustomAuthenticationHandler` processed failures. **Changes** Catch `AuthenticationException`s in `CustomAuthenticationHandler`. **Issues** ~~I think this resolves #3132~~ I don't think there's an open issue for this --- <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-07 06:00:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9352