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/9a42e305adcfaa0e1559e29a6f5b59350c163495/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'
});
});