Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/8bdc23047ae905b9da9feafd06556388627cd8db
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
4 additions and
3 deletions
@ -55,9 +55,10 @@
<Reference Include= "nunit.framework" >
<HintPath > ..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include= "WebDriver, Version=2.4 1 .0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include= "WebDriver, Version=2.4 2 .0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Selenium.WebDriver.2.41.0\lib\net40\WebDriver.dll</HintPath>
<HintPath > ..\packages\Selenium.WebDriver.2.42.0\lib\net40\WebDriver.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "WebDriver.Support, Version=2.41.0.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
@ -4,5 +4,5 @@
<package id="NLog" version="2.1.0" targetFramework="net40" />
<package id="NUnit" version="2.6.2" targetFramework="net40" />
<package id="Selenium.Support" version="2.41.0" targetFramework="net40" />
<package id="Selenium.WebDriver" version="2.41 .0" targetFramework="net40" />
<package id="Selenium.WebDriver" version="2.42 .0" targetFramework="net40" />
</packages>