Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/blame/commit/4e0f027a9127ad93928e21382752fce9b8a3e3fb/frontend/gulp/helpers/errorHandler.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/frontend/gulp/helpers/errorHandler.js

7 lines
183 B

const colors = require('ansi-colors');
module.exports = function errorHandler(error) {
console.log(colors.red(`Error (${error.plugin}): ${error.message}`));
this.emit('end');
};