node-postgres icon indicating copy to clipboard operation
node-postgres copied to clipboard

TypeError: CreateListFromArrayLike called on non-object

Open SureshSc opened this issue 2 years ago • 0 comments

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 ???

SureshSc avatar May 26 '22 12:05 SureshSc