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/71fe785c6de047a09f6f585fd407332e73415f0e/MediaBrowser.ServerApplication/App.xaml You should set ROOT_URL correctly, otherwise the web may not work correctly.

8 lines
282 B

<Application x:Class="MediaBrowser.ServerApplication.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Application.Resources>
</Application.Resources>
</Application>