node-postgres
node-postgres copied to clipboard
TypeError: CreateListFromArrayLike called on non-object
Recently I have updated the pg from 7.4.3
to 8.7.1
and the node version from 10
to 14
, after the degradation i am getting strange errors without much stack trace(ref below error code)
TypeError: CreateListFromArrayLike called on non-object
at listOnTimeout (internal/timers.js:559:11)
at processTimers (internal/timers.js:500:7)
Any idea what could be the issue or how to get to know more stack traces ???