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.
|
define(['app'],function () {
|
|
NzbDrone.Shared.NotFoundView = Backbone.Marionette.ItemView.extend({
|
|
template: 'Shared/notfoundtemplate',
|
|
});
|
|
});
|
|
|
|
|