Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/c60663b42ec01da377336ef4961614f0a71528b0
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
8 additions and
0 deletions
@ -52,6 +52,9 @@
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup >
<RunPostBuildEvent > Always</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Accessibility" >
<EmbedInteropTypes > True</EmbedInteropTypes>
@ -424,6 +427,7 @@
</PropertyGroup>
<PropertyGroup >
<PostBuildEvent > if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
xcopy /s /y "$(SolutionDir)\SqlCe\*.*" "$(TargetDir)"</PostBuildEvent>
</PropertyGroup>
<Import Project= "$(SolutionDir)\.nuget\nuget.targets" />
@ -794,6 +794,9 @@
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup >
<RunPostBuildEvent > Always</RunPostBuildEvent>
</PropertyGroup>
<Import Project= "$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project= "$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition= "'$(VSToolsPath)' != ''" />
<Import Project= "$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition= "false" />
@ -819,6 +822,7 @@
</PropertyGroup>
<PropertyGroup >
<PostBuildEvent > if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
xcopy /s /y "$(SolutionDir)\SqlCe\*.*" "$(TargetDir)"</PostBuildEvent>
</PropertyGroup>
<Import Project= "$(SolutionDir)\.nuget\nuget.targets" />