Neon

N

Neon

The official Neon Database Discord

Join

šŸ™ļ½œfeedback

ā“ļ½œquestions-and-answers

🐘|postgres

eastern-cyan
eastern-cyan8/21/2025

How to implement real-time notifications with Next.js and Neon database?

Hi everyone, I’m building a real-time application using Next.js, and I need to implement a feature where users receive notifications (e.g., updates or messages) in real-time. The notification content is stored in a table in my database. I’m using Neon (Postgres) as my database, but so far, I haven’t found a good solution for implementing this feature with it....
fair-rose
fair-rose8/21/2025

Laravel Firebase Studio Neon connection error: `relation 'sessions' does not exist`

I'm using Firebase Studio laravel template and trying to connect to Neon. I added the Parameters Only connection snippet to my .env and the following to config/database.php: ```php 'neondb' => [ 'driver' => 'pgsql', 'url' => env('DB_URL'),...
genetic-orange
genetic-orange8/20/2025

Your account or project has exceeded the compute time quota. Upgrade your plan to increase limits.

I can see available compute in UI, but still getting the above error. Any idea why ?
fascinating-indigo
fascinating-indigo8/20/2025

Need invoices of deleted account

Hi. I deleted my account and its already been 30 days. Is there a way to access my invocies without the account?
future-harlequin
future-harlequin8/18/2025

Can't add payment details

I am just getting a picture of a hard drive with "something went wrong" when I try to pay - no other useful details. I've tried 3 times now. I want to upgrade so I can backup my dbs more often.
exotic-emerald
exotic-emerald8/18/2025

google as cloud service provider

was wondering if google as a cloud provider is going to be available
absent-sapphire
absent-sapphire8/17/2025

Account delete!

I cant delete my neon account because I already deleted vercel account therefore vercel account needed to leave all organization.
jolly-crimson
jolly-crimson8/16/2025

Tables won't load

My neon account won't load tables - it just sits there spinning. There's barely any data in it. Was working fine yesterday. My application can still access the data. I just can't view the tables which is obviously a challenge. I'm new to Neon - coming from the MongoDB world. Is this the kind of thing that can be expected from the free tier? Is there anything I should/could do to see my tables? If anyone has advice please share. Thanks! šŸ™‚...
eager-peach
eager-peach8/15/2025

Hasura-Neon integration error

Good morning folks, When following the what is on the docs of Neon for the integration of Neon with Hasura i get this strange error: Error creating Neon database error from Neon: org_id is required, you can find it on your organization settings page So i am a little bit curious how do i add this org_id and where is it being added ?...
genetic-orange
genetic-orange8/15/2025

Removal of payment card information

How to remove credit card information on an account? I went into a free plan and no longer need it here, but it seems to be stored for some reason
fair-rose
fair-rose8/15/2025

New Pricing with replication slot, seems expensive?

So saw the new pricing page today and it seems very expensive to use logical replication. Since the db does not become inactive, you have to pay for the entire compute even when there really isn’t any activity. Is there any ways to mitigate this in a development or testing environment? For the launch plane that’s a minimum of about $26 (744 hours in month * .25CU * .14) and about $48 for the scale plan ($744 hours in month * .25 CU * .26). ...
old-apricot
old-apricot8/14/2025

How do I transfer a Neon database from one Vercel org to another?

Basically the title. Someone has a Vercel organization on Neon with a couple databases. I've added him to my Vercel organization, which I assumed would make him a part of my Neon organization. But for him, my Vercel organization doesn't pop up on Neon. How can we do the transfer? According to Neon I manage organization members through Vercel.
extended-salmon
extended-salmon8/13/2025

VPC Endpoint Approval

I've followed the documentation to a T, have the vpc-endpoints created in AWS us-east-2 + dns configured, but am still getting 'connection allowed : no' on my project
No description
harsh-harlequin
harsh-harlequin8/13/2025

Cannot create a new table, create button spins forever

When I try to create a simple table the create buttons spins forever.
No description
extended-salmon
extended-salmon8/12/2025

Initial Setup with logins

The docs aren't clear on this. Can I create a Neon account with a username/password (root service account) and then have my users SSO into the Neon console?
like-gold
like-gold8/11/2025

Copying data from a branch into Production branch

Hi, id like to copy over all the data from a branch of the parent production and replace what production branch is with the child branch. How do you suggest we do that? Thanks!...
mute-gold
mute-gold8/10/2025

Redeeming this credit require pro ?

I have got this 100 $ credit, Should I need pro version to activate it or is it already activated in free ?
No description
optimistic-gold
optimistic-gold8/8/2025

Unlinking Vercel to Upgrade to Paid Tier

Hi! I first set up my Neon account through Vercel when I was testing a project. I have since continued development and stopped using the Vercel platform. I'm at a point where I want to upgrade my Neon account from the free tier for more storage and compute, but as my subscription is managed by Vercel I'm prompted to upgrade through that platform. As I am no longer using Vercel I would much rather manage the Neon account independently. I have removed the integration from the Vercel side, but Neon...
harsh-harlequin
harsh-harlequin8/8/2025

neon db limit free tier

is there a way to backup my database temporary after reaching data transfer limit 5gb? because its important data i cant access it
like-gold
like-gold8/7/2025

Foreign Key Problem

When creating a foreign key to a table in another schema, the constraint is generated using the current schema instead of the one explicitly specified. Example: ```...