Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    that was it. More details: i had "sequelize": "^5.22.3" and "pg": "^7.11.0". after npm uninstall pg and npm install pg i got "pg": "^8.5.1". Now it's working. Thanks for saving hours of debugging. Commented Mar 22, 2021 at 11:23
  • i've been debugging this for a couple hours and finally stumbled across this. I had an app that was working fine for months (years maybe). ( upgraded node to 17 from 12. I was on pg 6.4.2 and upgraded to 8.7.1 and everything worked like a charm! :clap: Commented Jan 7, 2022 at 2:57