mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #3133] [MERGED] Fix 500 error causing first-time setup wizard to hang #9352
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix-setup-wizard📝 Commits (1)
3bc07e7Fix 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/Userreturning an HTTP 500.This was introduced in
53380689a. Changing the exceptions throw changed howCustomAuthenticationHandlerprocessed failures.Changes
Catch
AuthenticationExceptions inCustomAuthenticationHandler.Issues
I think this resolves #3132I 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.