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/f9092e95c22aa4a118b6b2b79c115b427a3a9574/UI/Series/Index/FooterModel.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/UI/Series/Index/FooterModel.js

10 lines
163 B

'use strict';
define(
[
'backbone',
'underscore'
], function (Backbone, _) {
return Backbone.Model.extend({
});
});