Open tomjohnburton opened 3 years ago
When I try to run yarn start:server it randomly times out.
yarn start:server
yarn run v1.22.10 $ cd packages/server && yarn start $ ts-node --project tsconfig.json src/index.ts ✨ Done in 5.00s.
It seems it cannot connect to the database. I have tried connecting myself with no problems. Any ideas?
I upgraded pg to ^8.6.0 and things started working
pg
^8.6.0
When I try to run
yarn start:server
it randomly times out.It seems it cannot connect to the database. I have tried connecting myself with no problems. Any ideas?