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/06a2cb0de4bbd3e4a8e1f4b53ba2182d5595c435/gulp/errorHandler.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/gulp/errorHandler.js

7 lines
181 B

11 years ago
module.exports = {
onError:function (error) {
//If you want details of the error in the console
console.log(error.toString());
this.emit('end');
}
}