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/64d87d7a68ecf30c4fe99b4b13d1dd789d712481/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'
});
});