Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/c7b5a42beab796e89dcebd4ad82481116e0bc93d
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
3 additions and
3 deletions
@ -13,7 +13,7 @@ variables:
buildName : '$(Build.SourceBranchName).$(radarrVersion)'
sentryOrg : 'servarr'
sentryUrl : 'https://sentry.servarr.com'
dotnetVersion : '5.0.10 2 '
dotnetVersion : '5.0.10 3 '
yarnCacheFolder : $(Pipeline.Workspace)/.yarn
trigger:
@ -10,7 +10,7 @@
<PackageReference Include= "Microsoft.AspNetCore.Owin" Version= "2.2.0" />
</ItemGroup>
<ItemGroup Condition= "'$(TargetFramework)' == 'net5.0'" >
<PackageReference Include= "Microsoft.AspNetCore.Owin" Version= "5.0. 2 " />
<PackageReference Include= "Microsoft.AspNetCore.Owin" Version= "5.0. 3 " />
</ItemGroup>
<ItemGroup >
<PackageReference Include= "NLog.Extensions.Logging" Version= "1.6.2" />
@ -7,7 +7,7 @@
<PackageReference Include= "Microsoft.AspNetCore.SignalR.Client" Version= "1.1.0" />
</ItemGroup>
<ItemGroup Condition= "'$(TargetFramework)' == 'net5.0'" >
<PackageReference Include= "Microsoft.AspNetCore.SignalR.Client" Version= "5.0. 2 " />
<PackageReference Include= "Microsoft.AspNetCore.SignalR.Client" Version= "5.0. 3 " />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\NzbDrone.Test.Common\Radarr.Test.Common.csproj" />