Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/c8d10829a0c794ae2358b1997943e9ab35b835ec
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
6 additions and
8 deletions
@ -58,13 +58,11 @@
<Reference Include= "System.Xml" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "WebDriver, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Selenium.WebDriver.3.0.1\lib\net40\WebDriver.dll</HintPath>
<Private > True</Private>
<Reference Include= "WebDriver, Version=3.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Selenium.WebDriver.3.2.0\lib\net40\WebDriver.dll</HintPath>
</Reference>
<Reference Include= "WebDriver.Support, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Selenium.Support.3.0.1\lib\net40\WebDriver.Support.dll</HintPath>
<Private > True</Private>
<Reference Include= "WebDriver.Support, Version=3.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Selenium.Support.3.2.0\lib\net40\WebDriver.Support.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup >
@ -3,6 +3,6 @@
<package id="FluentAssertions" version="4.19.0" targetFramework="net40" />
<package id="NLog" version="4.4.3" targetFramework="net40" />
<package id="NUnit" version="3.6.0" targetFramework="net40" />
<package id="Selenium.Support" version="3.0.1 " targetFramework="net40" />
<package id="Selenium.WebDriver" version="3.0.1 " targetFramework="net40" />
<package id="Selenium.Support" version="3.2.0 " targetFramework="net40" />
<package id="Selenium.WebDriver" version="3.2.0 " targetFramework="net40" />
</packages>