Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/src/commit/a7baac97476e436a9e5db1b0b14aa060744c6e34/NzbDrone.Web/Views/Shared/Footer.cshtml You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/NzbDrone.Web/Views/Shared/Footer.cshtml

5 lines
165 B

@using NzbDrone.Web.Models
@model FooterModel
@Html.ActionLink(String.Format("NzbDrone {0} {1:MMM d, yyyy}", Model.Version, Model.BuildTime), "Index", "Update")