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/7a41aef838001020db70aa45ce1a8358cbec2a9e/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
128 B

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