kriasoft / react-firebase-starter

Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
https://firebase.reactstarter.com
MIT License
4.51k stars 750 forks source link

http://localhost:3000/login?error=connect%20ECONNREFUSED%20127.0.0.1%3A5432 #786

Open vashisth00 opened 3 years ago

vashisth00 commented 3 years ago

I have setup Google OAuth credentials are also placed in env after google popup in new tab when I login it returns back with

http://localhost:3000/login?error=connect%20ECONNREFUSED%20127.0.0.1%3A5432

koistya commented 3 years ago

@vashisth00 it fails to connect to PostgreSQL database on 127.0.0.1:5432. Ensure that it's up and running locally (e.g. via Docker or Postgres App for macOS). Or, use a remote instance of PostgreSQL (e.g. Google Cloud SQL) and update .env file with new database connection settings.