Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/087b2d3b632215dd6668c43b4e82a37c6bc5eb20 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed broken build

pull/3113/head
kay.one 13 years ago
parent 6851e2ae9d
commit 087b2d3b63

@ -45,6 +45,8 @@ namespace NzbDrone.Test.Common
[SetUp]
public void TestBaseSetup()
{
EnviromentProvider.RegisterNewInstall = true;
MockedRestProvider = new Mock<RestProvider>();
ReportingService.RestProvider = MockedRestProvider.Object;

Loading…
Cancel
Save