Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/768b76b9990d18d53a9fd8a0916b32a3d1676ce4
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
3 additions and
3 deletions
@ -6,7 +6,7 @@
</PropertyGroup>
<!-- Code Analyzers -->
<ItemGroup Condition= " '$(Configuration)' == 'Debug' " >
<ItemGroup >
<PackageReference Include= "SerilogAnalyzer" Version= "0.15.0" PrivateAssets= "All" />
<PackageReference Include= "StyleCop.Analyzers" Version= "1.1.118" PrivateAssets= "All" />
<PackageReference Include= "SmartAnalyzers.MultithreadingAnalyzer" Version= "1.1.31" PrivateAssets= "All" />
@ -10,7 +10,7 @@
</ItemGroup>
<!-- Code Analyzers -->
<ItemGroup Condition= " '$(Configuration)' == 'Debug' " >
<ItemGroup >
<PackageReference Include= "SerilogAnalyzer" Version= "0.15.0" PrivateAssets= "All" />
<PackageReference Include= "StyleCop.Analyzers" Version= "1.1.118" PrivateAssets= "All" />
<PackageReference Include= "SmartAnalyzers.MultithreadingAnalyzer" Version= "1.1.31" PrivateAssets= "All" />
@ -20,7 +20,7 @@
</ItemGroup>
<!-- Code Analyzers -->
<ItemGroup Condition= " '$(Configuration)' == 'Debug' " >
<ItemGroup >
<PackageReference Include= "SerilogAnalyzer" Version= "0.15.0" PrivateAssets= "All" />
<PackageReference Include= "StyleCop.Analyzers" Version= "1.1.118" PrivateAssets= "All" />
<PackageReference Include= "SmartAnalyzers.MultithreadingAnalyzer" Version= "1.1.31" PrivateAssets= "All" />