Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/blame/commit/94f64567c6e18bff8015c9be90a1a0b78cbfdb05/UI/Logs/Model.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/UI/Logs/Model.js

9 lines
141 B

'use strict';
define(
[
'backbone'
], function (Backbone) {
return Backbone.Model.extend({
});
12 years ago
});