psql hangs - Database is idle in Neon
I'm trying to connect using the given psql command. I paste it into my terminal but the command hangs. Otherwise my internet connection is working. The database instance just says Idle
api help, please?
Hello, beginner developer here. I'm trying to set up a way so I can manage a database for my html website using a node.js file. I tried the steps specified in https://github.com/paambaati/neon-js-sdk.
And I've tried to make it like the simplest test case ever, just printing if it receives the request. Heres whats happening:
...
Failed to load resource: the server responded with a status of 404 (Not Found)
Failed to load resource: the server responded with a status of 404 (Not Found)

Vercel Preview Not Creating Neon Branch for some users
We're using neon with the Vercel integration and for some of our team members, no branch is getting created, making their preview deployments fail.
Alter search_path for role
Hey! Are there any ways of altering a roles search_path? I know that i can just set it in a session but it would be nice to alter the search_path for a role directly. I'm using the pg_graphql extension & want to alter the role in a migration script.
insecure connection: secure channel data mismatch
Hi, I'm trying to use the Tailscale
pgproxy to connect to our database:
https://tailscale.com/blog/introducing-pgproxy
https://github.com/tailscale/tailscale/tree/main/cmd/pgproxy
...password authentication failed
Hi
while trying to create tables through drizzle, we face password authentication failed for user 'xxxxx'>
where can I get the user ?
I just see the role in the connection string...
Weird timeout on Cloudflare Workers
Hi. I was playing around with drizzle and the neon serverless driver over WebSockets and got an issue.
When deployed to Cloudflare Workers using Vercel and Next, the first request passes and the second request timeouts 100% of the times. When deployed to Lambda, it always works.
Here is the code: https://github.com/achaconm2001/neon-pool
...
Error SQLSTATE 42703
I created a table from a django project and can successfully load data using thunder client but when I try to insert new data directly on neon.tech website I keep receiving the following error (SQLSTATE 42703). Any suggestions on what I may be doing to cause this?
neon serverless with polyscale
I followed the neon integration steps with polyscale and updated the db connection string in my nextjs app – but now I'm just seeing connection errors – NeonDbError: Error connecting to database: fetch failed. Am I missing something?
Issue with Cyrillic Search Using pg_trgm on Neon.tech
Hello everyone,
I'm encountering an issue with searching Cyrillic text in a table on Neon.tech. Searching for the substance name
Глицерин (Glycerin) using Latin letters works fine both locally on my Postgres database and in the Neon SQL Editor. However, when I attempt to search using Cyrillic letters, I get perfect results on my Postgres, but no results on Neon. Below are the queries for both search attempts:
Search using Latin letters (works):...Determine if connection is dead or not
Hello!
I'm migrating from a managed Postges solution to Neon and I have a serverless python function connecting to the database. Despite stateless nature of these functions they are actually cached for some time (~15-30 min) and allow to reuse the same variables (including open connections), which allows to connect once and work with the same connection on multiple function invocations.
The code used to have the connection alive at all times, but with Neon the connection is no longer alive after 5 mins of inactivity. This is as expected (cluster scales to zero) - https://neon.tech/docs/connect/connection-latency#check-the-status-of-a-compute
Upon querying the code gave either some EOF error, or hang until a python function timeout. ...
Possible bug when running Prisma + Neon serverless driver from Edge runtime?
Was running into an error when trying to run Prisma with the Neon serverless driver from an edge runtime (using Next.js):
```
SyntaxError: Unexpected identifier 'Promise'
at (action-browser)/./node_modules/.prisma/client/wasm-edge-light-loader.js
at webpack_require...
Issue with neondatabase/wsproxy for local development.
Hi, I'm running into this error using the neon http driver with the docker image. I followed this guide: https://gal.hagever.com/posts/running-vercel-postgres-locally
NeonDbError: Error connecting to database: Failed to parse URL from https://api.0.0.0/sql
Here is the code...
Need clarification on free tier limit
I am a newbie and I want to host a Pg database for my django application
Is the primary branch always up ? And does it have any compute hour limits ?...
Error API POST branch: project already has running operations, scheduling of new ones is prohibited
Strangely I seem to be getting the above mentioned error when creating a new branch and endpoint through a POST to /projects/{project_id}/branches, but when I try it with the exact same configuration on the README docs, it seems to work.
What am I missing? (the creation of the project was already successful earlier in the same function)
Details of my request (see image)...

How do you change the compute host for the Neon main branch?
For security purposes, I want to change the compute host, i.e. the auto-generated subdomain.
The only workaround I can see is to delete the main branch and push the main branch again so that Neon detects that the main branch exists again....