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/c2fe46f7413af0042ecde8bcc0e3e3dec865a151/PlexRequests.UI/Content/app/app.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/PlexRequests.UI/Content/app/app.js

4 lines
110 B

(function() {
module = angular.module('PlexRequests', []);
module.constant("moment", moment);
}());