Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/902e0dd5d65802bcdf9c5e2d48b4b63e420f5b25
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
2 deletions
@ -51,7 +51,7 @@
<Reference Include= "System.ServiceProcess" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "ICSharpCode.SharpZipLib" >
<HintPath > ..\packages\SharpZipLib.0.86.0\lib\ 20\ICSharpCode.SharpZipLib.dll</HintPath>
<HintPath > ..\packages\ICSharpCode.SharpZipLib.Patched.0.86.5\lib\net 20\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include= "NLog" >
<HintPath > ..\packages\NLog.2.1.0\lib\net40\NLog.dll</HintPath>
@ -2,5 +2,5 @@
<packages>
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net40" />
<package id="NLog" version="2.1.0" targetFramework="net40" />
<package id="SharpZipLib" version="0.86.0 " targetFramework="net40" />
<package id="ICSharpCode.SharpZipLib.Patched" version="0.86.5 " targetFramework="net40" />
</packages>