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

9 lines
200 B

define(['app'], function () {
NzbDrone.Shared.SpinnerView = Backbone.Marionette.ItemView.extend({
template : 'Shared/SpinnerTemplate',
className: 'nz-spinner row'
});
});