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/1f4cf0034e77bff16dd5c8bef146b00c3e535476/UI/Settings/SettingsModel.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/UI/Settings/SettingsModel.js

7 lines
175 B

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