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/44ff7167f073c220289a864b100c5bdd46aee7f0/MediaBrowser.Uninstaller/App.xaml You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Uninstaller/App.xaml

9 lines
335 B

<Application x:Class="MediaBrowser.Uninstaller.Execute.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>