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

Fix Update page not showing latest results

pull/8/head
Qstick 4 years ago
parent d70e08331f
commit c12052867a

@ -62,6 +62,8 @@ namespace NzbDrone.Core.Update
.Resource("/update/{branch}/changes")
.AddQueryParam("version", currentVersion)
.AddQueryParam("os", OsInfo.Os.ToString().ToLowerInvariant())
.AddQueryParam("arch", RuntimeInformation.OSArchitecture)
.AddQueryParam("runtime", PlatformInfo.Platform.ToString().ToLowerInvariant())
.AddQueryParam("runtimeVer", _platformInfo.Version)
.SetSegment("branch", branch);

Loading…
Cancel
Save