Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/2407e33ea283ded80ebdaa6aa42febb540fce341/UI/Shared/LoadingView.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/UI/Shared/LoadingView.js

8 lines
212 B

"use strict";
define(['app'], function () {
NzbDrone.Shared.LoadingView = Backbone.Marionette.ItemView.extend({
template : 'Shared/LoadingTemplate',
className: 'nz-loading row'
});
});