Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/334d4d1e9b2f77d4ca2cb73514b55d4747b4fc03/NzbDrone.Backbone/Shared/NotFoundView.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/NzbDrone.Backbone/Shared/NotFoundView.js

8 lines
164 B

define(['app'],function () {
NzbDrone.Shared.NotFoundView = Backbone.Marionette.ItemView.extend({
template: 'Shared/notfoundtemplate',
});
});