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/53029fe928198c0bb7481af7a95b58f19db249ee/gulp/errorHandler.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
module.exports = {
|
|
onError:function (error) {
|
|
//If you want details of the error in the console
|
|
console.log(error.toString());
|
|
this.emit('end');
|
|
}
|
|
}
|