Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/e3ad0b3d6b17486781bdf86d91c89ef3acba8cab/NzbDrone.Web/Views/Shared/Error.cshtml
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
@model System.Web.Mvc.HandleErrorInfo
|
|
|
|
@section TitleContent
|
|
{
|
|
EPIC FAIL!!!
|
|
}
|
|
|
|
@section MainContent
|
|
{
|
|
<h2>
|
|
@Model.Exception.Message
|
|
</h2>
|
|
<br />
|
|
@Model.Exception.ToString()
|
|
} |