Error connecting to Postgres

Hello, I deployed a Postgres database and tried to connect to the database with Beekeeper. But I’m not able to connect, even putting the credentials correctly. Am I passing on some incorrect data?

From that error message, it looks like the hostname for your app isn’t resolving. So you might want to make sure that a) you’ve forwarded the port with fly-proxy or b) that you’re connected to your org’s network via a static wireguard connection, and DNS resolution is working (you can test this by digging your org’s .internal hosts, eg dig +noall +answer _apps.internal txt).

Some more detailed info can be found here:

1 Like