I’m having trouble trying to connect to the postgresql serverless instance i created using the free tier service.
The first errors I encountered were related to the fact i was not passing in the connection string the sslmode or the endpoint id using “options”.
Following the troubleshooting documentation I was able to correct those previous errors but now I am receiving an error related to an incorrect password. Which kinda puzzles me as I am using the information provided by the database connection web panel.
Just wanted to note that I’m having this same issue, too. On a lark, I tried starting up the free database from scratch to make sure it wasn’t something I had flubbed.
psql: error: connection to server at “[endpoint-id].c-3.us-east-1.pg.koyeb.app” (35.171.11.169), port 5432 failed: ERROR: password authentication failed for user 'koyeb-adm’
I even tried typing the password out by hand instead of copy-pasting to see if it was that, but no luck.
I’m having the same issue. I’ve tried 100 different ways and can’t seem to get this to work. It’s possible I’m missing something still but this really seems like a bug.
Hi @Lukasz_Oles - I’m getting the same issue. Both my server and db services were deployed ok yesterday, but today, was getting “error: Endpoint ID is not specified.” If I try to add the “?options=endpoint%3D”, password authentication fails. This is the same situation for the other options in this document: Connection errors - Neon Docs