Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/06beecc4f84971c75f4b1f015dd5ed74a55fe5df You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update ServiceHandler.cs

pull/3508/head
BaronGreenback 5 years ago committed by GitHub
parent e33c6f6b29
commit 06beecc4f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,7 +78,8 @@ namespace Emby.Server.Implementations.Services
var request = await CreateRequest(httpHost, httpReq, _restPath, logger).ConfigureAwait(false);
httpHost.ApplyRequestFilters(httpReq, httpRes, request);
httpRes.HttpContext.Items["ServiceStackRequest"] = httpReq;
var response = await httpHost.ServiceController.Execute(httpHost, request, httpReq).ConfigureAwait(false);
// Apply response filters

Loading…
Cancel
Save