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

13 lines
273 B

'use strict';
define(
[
'marionette',
'System/StatusModel'
], function (Marionette, StatusModel) {
return Marionette.ItemView.extend({
template: 'Shared/Footer/Template',
model : StatusModel
});
});