Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/3114aee88e5979d3ac2398d533837daf5625c515
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
6 additions and
4 deletions
@ -40,6 +40,10 @@
<RunPostBuildEvent > OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup >
<Reference Include= "AutoMoq, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\AutoMoq.1.6.2.0\lib\net35\AutoMoq.dll</HintPath>
</Reference>
<Reference Include= "FluentAssertions, Version=3.1.229.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\FluentAssertions.3.1.229\lib\net40\FluentAssertions.dll</HintPath>
@ -60,9 +64,6 @@
<Reference Include= "System.Xml" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "AutoMoq" >
<HintPath > ..\packages\AutoMoq.1.6.1\lib\AutoMoq.dll</HintPath>
</Reference>
<Reference Include= "FizzWare.NBuilder, Version=3.0.1.0, Culture=neutral, PublicKeyToken=5651b03e12e42c12" >
<HintPath > ..\packages\NBuilder.3.0.1.1\lib\FizzWare.NBuilder.dll</HintPath>
</Reference>
@ -308,6 +309,7 @@
<Link > sqlite3.dll</Link>
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "License.txt" />
<None Include= "..\NzbDrone.Test.Common\App.config" >
<Link > App.config</Link>
</None>
@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AutoMoq" version="1.6.1 " targetFramework="net40" />
<package id="AutoMoq" version="1.6.2.0 " targetFramework="net40" />
<package id="CommonServiceLocator" version="1.0" targetFramework="net40" />
<package id="FluentAssertions" version="3.1.229" targetFramework="net40" />
<package id="FluentMigrator" version="1.1.1.0" targetFramework="net40" />