Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/ef305b8d25bb6985013fcca3a7ca12c63f207ed8
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
6 additions and
6 deletions
@ -61,13 +61,13 @@
<Reference Include= "NLog" >
<HintPath > ..\packages\NLog.2.1.0\lib\net40\NLog.dll</HintPath>
</Reference>
<Reference Include= "WebDriver, Version=2.4 4 .0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include= "WebDriver, Version=2.4 8 .0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Selenium.WebDriver.2.44 .0\lib\net40\WebDriver.dll</HintPath>
<HintPath > ..\packages\Selenium.WebDriver.2.48 .0\lib\net40\WebDriver.dll</HintPath>
</Reference>
<Reference Include= "WebDriver.Support, Version=2.4 4 .0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include= "WebDriver.Support, Version=2.4 8 .0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Selenium.Support.2.44 .0\lib\net40\WebDriver.Support.dll</HintPath>
<HintPath > ..\packages\Selenium.Support.2.48 .0\lib\net40\WebDriver.Support.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup >
@ -3,6 +3,6 @@
<package id="FluentAssertions" version="3.4.0" 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.44 .0" targetFramework="net40" />
<package id="Selenium.WebDriver" version="2.44 .0" targetFramework="net40" />
<package id="Selenium.Support" version="2.48 .0" targetFramework="net40" />
<package id="Selenium.WebDriver" version="2.48 .0" targetFramework="net40" />
</packages>