Neon

N

Neon

The official Neon Database Discord

Join

🙏|feedback

❓|questions-and-answers

🐘|postgres

other-emerald
other-emerald4/1/2025

Ctrl + "S" shortcut to save new/updated records in table view

This would be a simple quality of life improvement. Could Ctrl + S be a keyboard shortcut to "click" the Save n changes button? I keep doing this from my ADO muscle memory and have to remind myself to click the button 🙃
No description
deep-jade
deep-jade3/29/2025

What happens if I exceed my plan purchased on AWS?

As title. Does access get cut off? Can I do pay-as-you-go like with regular plans?
conscious-sapphire
conscious-sapphire3/25/2025

"Limit reached" banner buttons (review/upgrade) don't work in two different ways

I managed to reach limit of the free plan and I got the 'limit reached' banner. So far so good. Now, when I click 'upgrade' nothing happens. Console suggests why it's broken on every click. 'Review' on the other hand sends me to the third attached screen. Now that's not as clearly broken as button doing nothing, but there's no way you want users at this conversion step to see that screen....
No description
ratty-blush
ratty-blush3/22/2025

Docs for connecting with Zero

Would be nice to know how to use Zero with Neon https://zero.rocicorp.dev/docs/connecting-to-postgres
rare-sapphire
rare-sapphire3/21/2025

New update!

Hello guys, I've just joined the Discord to let you know that the new hard-refresh behavior of DB tables when the page is focused is terrible and not practical at all. Please reconsider this update. Thank you
other-emerald
other-emerald3/19/2025

AI prompt input does not expand vertically to fit

I love this create SQL with AI feature, but can you update the UX so that it doesn't cut off multi-line input? It would be great to start with one line and have it naturally increase downwards in vertical height as the prompt gets longer. I'm fine with scrolling, but perhaps after n+ lines and not 1+ lines? Thanks
No description
generous-apricot
generous-apricot3/19/2025

Is it possible to sort/filter projects view?

I wonder if it is possible to sort/filter projects. Assume that there are more than 50 projects expected to be in this list.
No description
genetic-orange
genetic-orange3/16/2025

It would be really nice if you sync Stack Auth teams

Currently, as far as I understand, only users are getting synced. Would be a perfect fit for my use case if you also sync the teams.
plain-purple
plain-purple3/11/2025

Vercel & Drizzel Database Branching not created on deployment

I have set up Neon within my Vercel Project and successfully deployed on main with drizzle. I can read and write to the database. But Neon does not create database branches on deployments, images attached. Why did I do wrong? Any Tipps are appreciated! ✌️...
No description
rival-black
rival-black3/10/2025

Very high Bandwidth usage without any activity.

Hello. I recently noticed my bandwidth usage increase by 0.25gb/day, but there's no activity on my website (confirmed via posthog.com). This will soon make me run over 5gb, and force me to switch providers. I need urgent help.
rival-black
rival-black3/8/2025

Is there a way to see Query History, but only for a specific time period?

Is there a way to see Query History, but only for a specific time period (for example, the last 24 hours)?
correct-apricot
correct-apricot3/6/2025

Database connection is inconsistent

I have a script that runs regularly and makes requests to a neon postgres db. Mid script, database operations will time out for no reason. Its not an issue with my script. Why cant i hold a decent connect to the database?
absent-sapphire
absent-sapphire3/3/2025

JSONB column editing is broken

Hi all, In the web console when I try to edit a JSONB column, it just says [Object Object] and also turns that field into that and stages a change....
No description
national-gold
national-gold3/1/2025

Creating a new project fails with error "consumption history period not found by user_id"

Hey, after restoring my Neon account, I cannot create new projects anymore. After clicking create an error notification appears with the error: consumption history period not found by user_id; user_id:"<my-user-id>". I replaced my actual user id with <my-user-id> for this post. ...
environmental-rose
environmental-rose3/1/2025

Not possible to update cell with data type jsonb

hello, i think you made some update in neon and now i can change content for json format in cell. When I double click it changes the content to Object Object and i lose what was there before.
harsh-harlequin
harsh-harlequin2/19/2025

cant connect with db, repeatedly last two days 30+ min interruptions

cant connect with db, repeatedly last two days 30+ min interruptions
fascinating-indigo
fascinating-indigo2/17/2025

Neon api suddenly returning 400 instead of 423 for `endpoint is in the transition state;` errors

The neon api started returning 400 errors instead of 423 for states where a resource was transitioning into a new state. this is defintely a bug and/or breaking-change. code consuming the api would retry on 423 but not 400
ugly-tan
ugly-tan2/13/2025

Auth Provider Request: Zitadel

Not much more to add than the title, just a vote for working a zitadel integration into the roadmap.
inland-turquoise
inland-turquoise2/6/2025

Request monitor dashboard for logical replication slots

Hi Neon team, my team prefer to have a dashboard to monitor logical replication slots ( current Neon dashboard only monitors Read replica ) like what Digital Ocean has, could your team help us with that ?
conscious-sapphire
conscious-sapphire2/4/2025

FerretDB doc needs update

1) On https://neon.tech/docs/guides/ferretdb one of the example commands is
docker run docker run -p 27017:27017 -e FERRETDB_POSTGRESQL_URL=<NEON_DB_CONNECTION_STRING> ghcr.io/ferretdb/ferretdb
docker run docker run -p 27017:27017 -e FERRETDB_POSTGRESQL_URL=<NEON_DB_CONNECTION_STRING> ghcr.io/ferretdb/ferretdb
there's duplicate docker run here....