Sorry to bother but is there a tutorial
Sorry to bother but is there a tutorial which would help me connect neon postgre sql and run sql queries ?
5 Replies
plain-purple•6mo ago
You can find connection guides here:
https://neon.tech/docs/connect/connect-intro
It does sound like you're hitting a DNS name resolution issue, though. Can you try the following:
Grab your Neon connection string from the Connect button on the Neon project dashboard.
Run
nslookup <your_neon_hostname>
For example:
nslookup ep-cool-darkness-a1b2c3d4.us-east-2.aws.neon.tech
Let us know if that gives you an IP address.Neon
Connect to Neon - Neon Docs
Find detailed information and instructions about connecting to Neon from different clients and applications, troubleshooting connection issues, connection pooling, and more. For integrating Neon with ...
foreign-sapphire•5mo ago
@Daniel im facing the same issue,did the lookup thing this is what i got

plain-purple•5mo ago
Can you try this one:
nslookup <neon_host_name> 8.8.8.8
I just did a lookup on your neon hostname (the same thing you did), which was successful. This indicates a regional DNS name resolution issue.
Enabling private DNS should help. Here are some instructions: https://news.trendmicro.com/2023/03/21/how-to-turn-on-private-dns-mode/
please see these instrcutions:
https://neon.tech/docs/connect/connection-errors#dns-resolution-issues
@Abhi we're you able to resolve this issue?
foreign-sapphire•5mo ago
yeah
i didn't need to enable privaate dns though it just got fixed automatically somehow
plain-purple•5mo ago
Ok. Thank you. Please let us know if it happens again.