gillessed / palantarot

Tarot score tracking and stats website.
2 stars 2 forks source link

Server hangs when querying postgres with old node-postgres module #97

Closed jonsyu1 closed 3 years ago

jonsyu1 commented 3 years ago

The server hangs when you run it without seeding the tables.

Upgrading from pg 7.8.0 to 8.7.1 fixed the issue.

jonsyu1 commented 3 years ago

The server only hangs when the node-postgres module is out of date. Closing this as won't fix.