Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/e4485ade0ae8218e6cc282fcca7b49eb5a15e662
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
7 additions and
7 deletions
@ -13,7 +13,7 @@ variables:
buildName : '$(Build.SourceBranchName).$(prowlarrVersion)'
sentryOrg : 'servarr'
sentryUrl : 'https://sentry.servarr.com'
dotnetVersion : '5.0.20 2 '
dotnetVersion : '5.0.20 3 '
yarnCacheFolder : $(Pipeline.Workspace)/.yarn
trigger:
@ -30,7 +30,7 @@
"@fortawesome/free-regular-svg-icons" : "5.15.3" ,
"@fortawesome/free-solid-svg-icons" : "5.15.3" ,
"@fortawesome/react-fontawesome" : "0.1.14" ,
"@microsoft/signalr" : "5.0. 5 ",
"@microsoft/signalr" : "5.0. 6 ",
"@sentry/browser" : "6.3.1" ,
"@sentry/integrations" : "6.3.1" ,
"chart.js" : "3.2.0" ,
@ -8,7 +8,7 @@
<PackageReference Include= "NUnit" Version= "3.13.1" />
<PackageReference Include= "NUnit3TestAdapter" Version= "3.17.0" />
<PackageReference Include= "NunitXml.TestLogger" Version= "3.0.97" />
<PackageReference Include= "Microsoft.AspNetCore.SignalR.Client" Version= "5.0. 5 " />
<PackageReference Include= "Microsoft.AspNetCore.SignalR.Client" Version= "5.0. 6 " />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\NzbDrone.Test.Common\Prowlarr.Test.Common.csproj" />
@ -1026,10 +1026,10 @@
dependencies:
prop-types "^15.7.2"
"@microsoft/signalr@5.0.5 ":
version "5.0.5 "
resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-5.0.5.tgz#817d577d76aab33548f1354c72d779a18cc770e 2"
integrity sha512-1aIr9LfuVHkJA6YHvJ9+V2GPUOlVtH94babg4LmBHk3tO7bI9YDHz3axYsp/GI5MVMqCKg/7BzEorr6zs/w2XA ==
"@microsoft/signalr@5.0.6 ":
version "5.0.6 "
resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-5.0.6.tgz#b21887e594981bac1f789276e5f2d00a2d14a33 2"
integrity sha512-ExwKc9L/Dia7gachfekMYNqalH1qAnluNmh1mhTNGqIp0s3SH9DJMi5FSVcmgx8R1K6Sn86Z67lYGBfOlvifLg ==
dependencies:
abort-controller "^3.0.0"
eventsource "^1.0.7"