usehenri/henri

Unhandled promise

Closed this issue · 2 comments

reel commented

Upon restarting, we get the following error with Next.js:

(node:13782) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: "listener" argument must be a function
(node:13782) DeprecationWarning: Unhandled promise rejections are deprecated. In thefuture, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
reel commented

The following node issue really helps:

nodejs/node#9523

reel commented

fixed