Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/b7d3daf3ec56588a8ffa285adcba53439508da93
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
6 additions and
8 deletions
@ -61,15 +61,13 @@
<Reference Include= "NLog" >
<HintPath > ..\packages\NLog.2.1.0\lib\net40\NLog.dll</HintPath>
</Reference>
<Reference Include= "WebDriver, Version=2.4 2.0 .0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include= "WebDriver, Version=2.4 3.1 .0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Selenium.WebDriver.2.42.0\lib\net40\WebDriver.dll</HintPath>
<Private > True</Private>
<HintPath > ..\packages\Selenium.WebDriver.2.43.1\lib\net40\WebDriver.dll</HintPath>
</Reference>
<Reference Include= "WebDriver.Support, Version=2.4 2.0 .0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include= "WebDriver.Support, Version=2.4 3.1 .0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Selenium.Support.2.42.0\lib\net40\WebDriver.Support.dll</HintPath>
<Private > True</Private>
<HintPath > ..\packages\Selenium.Support.2.43.1\lib\net40\WebDriver.Support.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup >
@ -3,6 +3,6 @@
<package id="FluentAssertions" version="3.2.1" targetFramework="net40" />
<package id="NLog" version="2.1.0" targetFramework="net40" />
<package id="NUnit" version="2.6.3" targetFramework="net40" />
<package id="Selenium.Support" version="2.42.0 " targetFramework="net40" />
<package id="Selenium.WebDriver" version="2.42.0 " targetFramework="net40" />
<package id="Selenium.Support" version="2.43.1 " targetFramework="net40" />
<package id="Selenium.WebDriver" version="2.43.1 " targetFramework="net40" />
</packages>