Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/2771d91f2fc7d9a822c2f2152442c0c1281cae67
You should set ROOT_URL correctly, otherwise the web may not work correctly.
5 changed files with
8 additions and
4 deletions
@ -44,7 +44,7 @@
</Reference>
<Reference Include= "Microsoft.AspNet.SignalR.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.AspNet.SignalR.Core.1.1.1 \lib\net40\Microsoft.AspNet.SignalR.Core.dll</HintPath>
<HintPath > ..\packages\Microsoft.AspNet.SignalR.Core.1.1.2 \lib\net40\Microsoft.AspNet.SignalR.Core.dll</HintPath>
</Reference>
<Reference Include= "Nancy, Version=0.16.1.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FluentValidation" version="4.0.0.1" targetFramework="net40" />
<package id="Microsoft.AspNet.SignalR.Core" version="1.1.1 " targetFramework="net40" />
<package id="Microsoft.AspNet.SignalR.Core" version="1.1.2 " targetFramework="net40" />
<package id="Nancy" version="0.16.1" targetFramework="net40" />
<package id="Nancy.Authentication.Basic" version="0.16.1" targetFramework="net40" />
<package id="Newtonsoft.Json" version="5.0.6" targetFramework="net40" />
@ -118,6 +118,9 @@
</ProjectReference>
</ItemGroup>
<ItemGroup >
<None Include= "..\NzbDrone.Host\app.config" >
<Link > app.config</Link>
</None>
<None Include= "packages.config" />
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration />
@ -134,6 +134,9 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup >
<None Include= "..\NzbDrone.Host\app.config" >
<Link > app.config</Link>
</None>
<None Include= "packages.config" />
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />