I'm currently working on building a postgres database for a new project and wanted to get what I have so far deployed on Heroku. Something has changed since I've last deployed a database(db) project on Heroku, which was only 2 months ago!
When I tried to seed my data on Heroku after doing a git push, I kept getting this error in my terminal "
UnhandledPromiseRejectionWarning: error: no pg_hba.conf entry for host"..."
SSL off".
This was an error that I've never encountered before.
After a quick...
Continue reading ...