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