Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/src/commit/6c93b50e86edfdfaa623ec4bc476f191447ddb1d/tests/Recyclarr.TestLibrary/Recyclarr.TestLibrary.csproj You should set ROOT_URL correctly, otherwise the web may not work correctly.
recyclarr/tests/Recyclarr.TestLibrary/Recyclarr.TestLibrary.csproj

9 lines
242 B

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\src\Recyclarr.Core\Recyclarr.Core.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Serilog.Sinks.Console" />
</ItemGroup>
</Project>