Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/70a9a68ed3cabe0a45813c2cac7f32303ecda4e7
You should set ROOT_URL correctly, otherwise the web may not work correctly.
7 changed files with
11 additions and
11 deletions
@ -13,7 +13,7 @@ variables:
buildName : '$(Build.SourceBranchName).$(radarrVersion)'
sentryOrg : 'servarr'
sentryUrl : 'https://sentry.servarr.com'
dotnetVersion : '3.1.40 1 '
dotnetVersion : '3.1.40 4 '
yarnCacheFolder : $(Pipeline.Workspace)/.yarn
trigger:
@ -35,7 +35,7 @@
"@fortawesome/free-regular-svg-icons" : "5.15.0" ,
"@fortawesome/free-solid-svg-icons" : "5.15.0" ,
"@fortawesome/react-fontawesome" : "0.1.11" ,
"@microsoft/signalr" : "3.1. 7 ",
"@microsoft/signalr" : "3.1. 10 ",
"@sentry/browser" : "5.24.2" ,
"@sentry/integrations" : "5.24.2" ,
"ansi-colors" : "4.1.1" ,
@ -16,7 +16,7 @@
<PackageReference Include= "System.IO.FileSystem.AccessControl" Version= "4.7.0" />
<PackageReference Include= "System.Runtime.Loader" Version= "4.3.0" />
<PackageReference Include= "System.ServiceProcess.ServiceController" Version= "4.7.0" />
<PackageReference Include= "Microsoft.Extensions.Hosting.WindowsServices" Version= "3.1. 7 " />
<PackageReference Include= "Microsoft.Extensions.Hosting.WindowsServices" Version= "3.1. 10 " />
<PackageReference Include= "Microsoft.Win32.Registry" Version= "4.7.0" />
</ItemGroup>
<ItemGroup Condition= "'$(TargetFramework)' == 'net462'" >
@ -10,8 +10,8 @@
<PackageReference Include= "Microsoft.AspNetCore.Owin" Version= "2.2.0" />
</ItemGroup>
<ItemGroup Condition= "'$(TargetFramework)' == 'netcoreapp3.1'" >
<PackageReference Include= "Microsoft.AspNetCore.Owin" Version= "3.1. 7 " />
<PackageReference Include= "Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version= "3.1. 7 " />
<PackageReference Include= "Microsoft.AspNetCore.Owin" Version= "3.1. 10 " />
<PackageReference Include= "Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version= "3.1. 10 " />
</ItemGroup>
<ItemGroup >
<PackageReference Include= "NLog.Extensions.Logging" Version= "1.6.2" />
@ -13,7 +13,7 @@
<PackageReference Include= "Microsoft.AspNetCore.SignalR.Client" Version= "1.1.0" />
</ItemGroup>
<ItemGroup Condition= "'$(TargetFramework)' == 'netcoreapp3.1'" >
<PackageReference Include= "Microsoft.AspNetCore.SignalR.Client" Version= "3.1. 7 " />
<PackageReference Include= "Microsoft.AspNetCore.SignalR.Client" Version= "3.1. 10 " />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\NzbDrone.Test.Common\Radarr.Test.Common.csproj" />
@ -704,7 +704,7 @@
"sqliteVersion" : "3.32.1" ,
"migrationVersion" : 180 ,
"urlBase" : "" ,
"runtimeVersion" : "3.1. 7 ",
"runtimeVersion" : "3.1. 10 ",
"runtimeName" : "netCore" ,
"startTime" : "2020-09-01T23:50:20.2415965Z" ,
"packageUpdateMechanism" : "builtIn"
@ -1058,10 +1058,10 @@
normalize-path "^2.0.1"
through2 "^2.0.3"
"@microsoft/signalr@3.1.7 ":
version "3.1.7 "
resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-3.1.7.tgz#ff547388a05d44421c03f60a0f86aee057b7588e "
integrity sha512-CC0sQom5SanAy7K6ueAmuWfsWcIv+mIoqUO3qXguPK7YUGx1O2geHgv567Gb4T52yWEXo5UQ1TCeDJecEnbSEg ==
"@microsoft/signalr@3.1.10 ":
version "3.1.10 "
resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-3.1.10.tgz#0fecb862e1bd655f5ba130d851e87e4d2fd28b71 "
integrity sha512-MSPauolAV+pMMwWE3hIJbuDv03v4o3CNGmDjkWCKuL5qhw28Oa9X099oTpTulrqmDX6755cvIWv7EwbyIij4wA ==
dependencies:
eventsource "^1.0.7"
request "^2.88.0"