Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/2f426dfc97677deffb60420078b20a7f5f03977e
You should set ROOT_URL correctly, otherwise the web may not work correctly.
varconnection=senderasIWebSocketConnection??thrownewArgumentException($"{nameof(sender)} is not of type {nameof(IWebSocketConnection)}",nameof(sender));
_logger.LogDebug("Removing websocket from session {Session}",_session.Id);
/// <param name="name">File name to search for.</param>
/// <returns>A <see cref="FileStreamResult"/> containing the image contents on success, or a <see cref="NotFoundResult"/> if the image could not be found.</returns>
varpointerCacheDirectory=Path.GetDirectoryName(pointerCachePath)??thrownewArgumentException($"Provided path ({pointerCachePath}) is not valid.",nameof(pointerCachePath));
varpointerCacheDirectory=Path.GetDirectoryName(pointerCachePath)??thrownewArgumentException($"Provided path ({pointerCachePath}) is not valid.",nameof(pointerCachePath));
@ -81,7 +81,7 @@ These instructions will help you get set up with a local development environment
### Prerequisites
Before the project can be built, you must first install the [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download) on your system.
Before the project can be built, you must first install the [.NET 5.0 SDK](https://dotnet.microsoft.com/download) on your system.
Instructions to run this project from the command line are included here, but you will also need to install an IDE if you want to debug the server while it is running. Any IDE that supports .NET Core development will work, but two options are recent versions of [Visual Studio](https://visualstudio.microsoft.com/downloads/) (at least 2017) and [Visual Studio Code](https://code.visualstudio.com/Download).