Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/b049b6316dfc6a8d57db888bcb2fac9ae360e4ba
You should set ROOT_URL correctly, otherwise the web may not work correctly.
newwebpack.ProvidePlugin({$:"jquery",jQuery:"jquery",Hammer:"hammerjs/hammer"}),// Global identifiers
newwebpack.ContextReplacementPlugin(/\@angular(\\|\/)core(\\|\/)esm5/,path.join(__dirname,'./client')),// Workaround for https://github.com/angular/angular/issues/20357
newwebpack.ContextReplacementPlugin(/\@angular\b.*\b(bundles|linker)/,path.join(__dirname,"./ClientApp")),// Workaround for https://github.com/angular/angular/issues/11580
newwebpack.ContextReplacementPlugin(/angular(\\|\/)core(\\|\/)@angular/,path.join(__dirname,"./ClientApp")),// Workaround for https://github.com/angular/angular/issues/14898