galacticcouncil / polkalert

Polkadot / Substrate based node monitoring.
Apache License 2.0
16 stars 8 forks source link

Bug: Server does not start #121

Open tomjohnburton opened 3 years ago

tomjohnburton commented 3 years ago

When I try to run yarn start:server it randomly times out.

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?

tomjohnburton commented 3 years ago

I upgraded pg to ^8.6.0 and things started working