I have an issue which may or not be related to @Sam's. I've set up a Hyperdrive, but when I run loca

I have an issue which may or not be related to @Sam's. I've set up a Hyperdrive, but when I run locally, I get an error from PG that
 no pg_hba.conf entry for host "<IP>"
, even though I'm connecting to a publicly-accessible (albeit remotely-hosted) DB. Other apps on my local machine not using CF can connect to it fine, as can a local DB client I use. The connection string is definitely correct. If I run the app with
--remote
it does connect. Anyone any idea here?
Was this page helpful?