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

Add runtime param to ServerSideNotificationService

pull/9232/head
Bogdan 2 years ago
parent 1762a189d2
commit 572c410f54

@ -50,6 +50,7 @@ namespace NzbDrone.Core.HealthCheck
.AddQueryParam("version", BuildInfo.Version)
.AddQueryParam("os", OsInfo.Os.ToString().ToLowerInvariant())
.AddQueryParam("arch", RuntimeInformation.OSArchitecture)
.AddQueryParam("runtime", "netcore")
.AddQueryParam("branch", _configFileProvider.Branch)
.Build();

Loading…
Cancel
Save