Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/blame/commit/08d811f7c3bc46ce425d32a0d7ce5f21b61aafc7/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";
}