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

4 lines
57 B

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