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/08b7f88b225986777b2a70d4776522cd2e072043/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>