Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/8cf32020f758fd6710ba9670e972a49c965ed490
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
3 additions and
3 deletions
@ -15,7 +15,7 @@ variables:
buildName : '$(Build.SourceBranchName).$(prowlarrVersion)'
sentryOrg : 'servarr'
sentryUrl : 'https://sentry.servarr.com'
dotnetVersion : '6.0.42 1 '
dotnetVersion : '6.0.42 4 '
nodeVersion : '20.X'
innoVersion : '6.2.2'
windowsImage : 'windows-2022'
@ -6,7 +6,7 @@
<PackageReference Include= "AngleSharp.Xml" Version= "1.0.0" />
<PackageReference Include= "Dapper" Version= "2.0.151" />
<PackageReference Include= "MailKit" Version= "3.6.0" />
<PackageReference Include= "Microsoft.AspNetCore.Cryptography.KeyDerivation" Version= "6.0. 29 " />
<PackageReference Include= "Microsoft.AspNetCore.Cryptography.KeyDerivation" Version= "6.0. 3 2" />
<PackageReference Include= "Microsoft.AspNetCore.WebUtilities" Version= "2.2.0" />
<PackageReference Include= "NLog.Targets.Syslog" Version= "7.0.0" />
<PackageReference Include= "Npgsql" Version= "7.0.7" />
@ -4,7 +4,7 @@
<OutputType > Library</OutputType>
</PropertyGroup>
<ItemGroup >
<PackageReference Include= "Microsoft.AspNetCore.SignalR.Client" Version= "6.0. 29 " />
<PackageReference Include= "Microsoft.AspNetCore.SignalR.Client" Version= "6.0. 3 2" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\NzbDrone.Test.Common\Prowlarr.Test.Common.csproj" />