plaid / pattern

An example end-to-end Plaid integration to create items and fetch transaction data
MIT License
435 stars 217 forks source link

connection fails with newer versions of postgres (Error: Connection terminated due to connection timeout) #180

Closed johndpope closed 2 years ago

johndpope commented 2 years ago

https://stackoverflow.com/questions/64871611/postgresql-error-connection-terminated-due-to-connection-timeout

need to bump the dependencies "pg": "^8.7.1",

646) UnhandledPromiseRejectionWarning: Error: Connection terminated due to connection timeout at Connection. (/home/ec2-user/fundfi/pattern/server/node_modules/pg/lib/client.js:223:9) at Object.onceWrapper (events.js:519:28) at Connection.emit (events.js:400:28) at Socket. (/home/ec2-user/fundfi/pattern/server/node_modules/pg/lib/connection.js:76:10) at Socket.emit (events.js:400:28) at emitCloseNT (net.js:1677:8) at processTicksAndRejections (internal/process/task_queues.js:81:21) (Use node --trace-warnings ... to show where the warning was created)

lindawoo-plaid commented 2 years ago

done!