Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/fe31476e4776f3103574ed4b5c3bd251e8903f4e/UI/Settings/SettingsModel.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/Settings/SettingsModel.js

7 lines
175 B

"use strict";
define(['app'], function () {
NzbDrone.Settings.SettingsModel = Backbone.Model.extend({
url: NzbDrone.Constants.ApiRoot + '/settings'
});
});