Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/blame/commit/bcec14fc9bc0d47e76b3e0455d749267339f99ff/UI/System/About/View.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/UI/System/About/View.js

10 lines
194 B

'use strict';
define(
[
'marionette'
], function (Marionette) {
return Marionette.ItemView.extend({
template: 'System/About/ViewTemplate'
});
});