Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/51cdb30741e5ad3d6ec9dc8a5383dc84d60f747a
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
1 deletions
@ -72,7 +72,7 @@ namespace MediaBrowser.Controller
Task < string > GetLocalApiUrl ( CancellationToken cancellationToken ) ;
/// <summary>
/// Gets a local (LAN) URL that can be used to access the API using the loop-back IP address (127.0.0.1)
/// Gets a local host URL that can be used to access the API using the loop-back IP address (127.0.0.1)
/// over HTTP (not HTTPS).
/// </summary>
/// <returns>The API URL.</returns>
@ -87,6 +87,7 @@ namespace MediaBrowser.Controller
/// <summary>
/// Gets a local (LAN) URL that can be used to access the API.
/// Note: if passing non-null scheme or port it is up to the caller to ensure they form the correct pair.
/// </summary>
/// <param name="hostname">The hostname to use in the URL.</param>
/// <param name="scheme">