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

8 lines
136 B

@model HandleErrorInfo
@{ ViewBag.Title = "EPIC FAIL!"; }
<h2>
@Model.Exception.Message
</h2>
<br />
@Model.Exception.ToString()