Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/4737364c8542ebd5f8c2adea640eb15d0d59c625?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
4 additions and
11 deletions
@ -55,6 +55,10 @@
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Interop.NetFwTypeLib" >
<HintPath > ..\Libraries\Interop.NetFwTypeLib.dll</HintPath>
<EmbedInteropTypes > True</EmbedInteropTypes>
</Reference>
<Reference Include= "Ionic.Zip" >
<HintPath > ..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath>
</Reference>
@ -153,17 +157,6 @@
<SubType > Designer</SubType>
</None>
</ItemGroup>
<ItemGroup >
<COMReference Include= "NetFwTypeLib" >
<Guid > {58FBCF7C-E7A9-467C-80B3-FC65E8FCCA08}</Guid>
<VersionMajor > 1</VersionMajor>
<VersionMinor > 0</VersionMinor>
<Lcid > 0</Lcid>
<WrapperTool > tlbimp</WrapperTool>
<Isolated > False</Isolated>
<EmbedInteropTypes > True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "EnsureThat\Resources\ExceptionMessages.resx" />
</ItemGroup>