Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/f9bc96aba5d2302383a5452fa17a190acaabafc9?style=unified&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
10 additions and
8 deletions
@ -52,15 +52,17 @@
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Xml" />
<Reference Include= "WebDriver" >
<HintPath > ..\packages\Selenium.WebDriver.2.37.0\lib\net40\WebDriver.dll</HintPath>
</Reference>
<Reference Include= "WebDriver.Support" >
<HintPath > ..\packages\Selenium.Support.2.37.0\lib\net40\WebDriver.Support.dll</HintPath>
</Reference>
<Reference Include= "FluentAssertions" >
<HintPath > ..\packages\FluentAssertions.2.1.0.0\lib\net40\FluentAssertions.dll</HintPath>
</Reference>
<Reference Include= "WebDriver, Version=2.41.0.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Selenium.WebDriver.2.41.0\lib\net40\WebDriver.dll</HintPath>
</Reference>
<Reference Include= "WebDriver.Support, Version=2.41.0.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Selenium.Support.2.41.0\lib\net40\WebDriver.Support.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup >
<Compile Include= "AutomationTestAttribute.cs" />
@ -3,6 +3,6 @@
<package id="FluentAssertions" version="2.1.0.0" targetFramework="net40" />
<package id="NLog" version="2.1.0" targetFramework="net40" />
<package id="NUnit" version="2.6.2" targetFramework="net40" />
<package id="Selenium.Support" version="2.37 .0" targetFramework="net40" />
<package id="Selenium.WebDriver" version="2.37 .0" targetFramework="net40" />
<package id="Selenium.Support" version="2.41 .0" targetFramework="net40" />
<package id="Selenium.WebDriver" version="2.41 .0" targetFramework="net40" />
</packages>