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

11 lines
215 B

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