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

4 lines
54 B

@{
Layout = "~/Views/Shared/_Layout.cshtml";
}