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/27fc51da488edf6959fdf08840c608a6a39f7693/UI/Episode/Search/Layout.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/UI/Episode/Search/Layout.js

10 lines
182 B

"use strict";
define(['app'], function () {
NzbDrone.Episode.Search.Layout = Backbone.Marionette.Layout.extend({
template: 'Episode/Search/LayoutTemplate'
});
});