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

7 lines
182 B

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