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/4cca5d21b1bae5bba517023e2930320ec2303768/NzbDrone.Web/_backboneApp/Shared/SpinnerView.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/NzbDrone.Web/_backboneApp/Shared/SpinnerView.js

9 lines
189 B

/// <reference path="../app.js" />
NzbDrone.Shared.SpinnerView = Backbone.Marionette.ItemView.extend({
template: "Shared/SpinnerTemplate",
className: 'nz-spinner row',
});