Yesterday, 09:26 PM
For years when debugging the NextPVR plugin I could simply set the jellyfin.dll and --webdir folders and it would launch the web browser. Now it fails. Also the jellyfin server standalone fails. Both methods end up with
[2025-10-27 17:03:54.046 -04:00] [INF] [18] Main: Startup complete 0:00:06.8670049
[2025-10-27 17:03:55.077 -04:00] [DBG] [15] Jellyfin.Api.Middleware.BaseUrlRedirectionMiddleware: Normalizing an URL at "/"
[2025-10-27 17:03:55.103 -04:00] [DBG] [15] Jellyfin.Api.Middleware.BaseUrlRedirectionMiddleware: Redirecting to "web/"
[2025-10-27 17:03:55.206 -04:00] [DBG] [18] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
After a network initialization screen the browser shows
http://localhost:8096/web/ sent back an error.
Error code: 404 Not Found
Is there anyway forward from this?
[2025-10-27 17:03:54.046 -04:00] [INF] [18] Main: Startup complete 0:00:06.8670049
[2025-10-27 17:03:55.077 -04:00] [DBG] [15] Jellyfin.Api.Middleware.BaseUrlRedirectionMiddleware: Normalizing an URL at "/"
[2025-10-27 17:03:55.103 -04:00] [DBG] [15] Jellyfin.Api.Middleware.BaseUrlRedirectionMiddleware: Redirecting to "web/"
[2025-10-27 17:03:55.206 -04:00] [DBG] [18] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
After a network initialization screen the browser shows
http://localhost:8096/web/ sent back an error.
Error code: 404 Not Found
Is there anyway forward from this?

