Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/6765f6ab172bcb5a6a98ba84087c5b51288f05d7
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
3 additions and
4 deletions
@ -29,9 +29,8 @@ namespace Jellyfin.Server.Middleware
/// </summary>
/// <param name="httpContext">The current HTTP context.</param>
/// <param name="networkManager">The network manager.</param>
/// <param name="serverConfigurationManager">The server configuration manager.</param>
/// <returns>The async task.</returns>
public async Task Invoke ( HttpContext httpContext , INetworkManager networkManager , IServerConfigurationManager serverConfigurationManager )
public async Task Invoke ( HttpContext httpContext , INetworkManager networkManager )
{
if ( httpContext . IsLocal ( ) )
{
@ -83,7 +83,7 @@ namespace Jellyfin.Networking.Tests
/// <summary>
/// Checks IP address formats.
/// </summary>
/// <param name="address"> </param>
/// <param name="address"> IP Address. </param>
[Theory]
[InlineData("127.0.0.1")]
[InlineData("127.0.0.1:123")]
@ -107,7 +107,7 @@ namespace Jellyfin.Networking.Tests
/// <summary>
/// Checks IP address formats.
/// </summary>
/// <param name="address"> </param>
/// <param name="address"> IP Address. </param>
[Theory]
[InlineData("127.0.0.1")]
[InlineData("fd23:184f:2029:0:3139:7386:67d7:d517")]