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

3 lines
47 B

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