Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/da89c337a81e10cdd7a1d4258564a8b12caedcd9/MediaBrowser.Installer/App.xaml
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<Application x:Class="MediaBrowser.Installer.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</Application>
|