I'm getting the following errors while attempting to deploy the backend of my appilcaition. I'm using aws rds to host the db.
Apollgies the errors are not parsed properly.
error: no pg_hba.conf entry for host "172.31.0.212", user "*****", database "****", no encryption
error: no pg_hba.conf entry for host "172.31.0.212", user "*****", database "****", no encryption
[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<PgBoss>".] {
[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<PgBoss>".] {
code: 'ERR_UNHANDLED_REJECTION'
code: 'ERR_UNHANDLED_REJECTION'
Keep in. mind this error happens after migrations are complete