Please change ``` if (err) { log.error(err.stack); return; } ``` to ``` if (err) { log.error(err); return; } ```