Neon

N

Neon

The official Neon Database Discord

Join

🙏|feedback

❓|questions-and-answers

🐘|postgres

other-emerald
other-emerald7/4/2025

NeonDbError: Error connecting to database: Failed to fetch

thsi is the error id : adab2f74a00a4eaa8a328b47cbc5a743 Is the database down currently?? Error connecting to database: Failed to fetch NeonDbError: Error connecting to database: Failed to fetch...
subsequent-cyan
subsequent-cyan7/2/2025

Vercel Integration not deleting merged-PR branch database

Hey there, I have Neon+Vercel integration set up for creating branched databases on each PR. The branches are created successfully, but they're not automatically deleted after the PR is merged. I noticed in the docs that there should be a "Branches" tab in the Vercel integration config, but I don't see one....
stormy-gold
stormy-gold7/2/2025

Cannot provision a Neon database via Azure Portal or Cli

Hi I'm evaluating Neon as an possible alternative for our organization and at the moment I'm having trouble starting with this because all my attempts to provision an instance are unsuccessful. Via Azure portal I get an generic error:...
No description
adverse-sapphire
adverse-sapphire7/1/2025

5-10s long queries, but Neon Query History shows 40ms or less?

Hi! I regularly run into queries that take up 10s, but Query History in Neon Console shows my slowest query at 40ms, and cold starts at 400ms. Is this expected performance with Neon? And if not, any idea what’s going on, or how best to troubleshoot? Running in a typescript app with @neondatabase/serverless. Thanks!
other-emerald
other-emerald7/1/2025

Configuration Tab Issue in UI

At > Auth > Configuration: The page keeps auto-scrolling and refreshing, I can't stop it, I tried deleting browser cache, and yet still not solved, here is the screenshot video attached
molecular-blue
molecular-blue6/30/2025

jdbc / ssl challenges in custom java17 jre

Howdy folks, was hoping to get some guidance on my current challenges. I am using jdbc to connect to an actian zen database for my source, and trying to write the resulting rowset to Postgres using jdbc to neon.tech. The architecture means I am having to use jlink to build a minimal java17 jre. I am getting a ssl connection failure, and so went and added the letsencrypt server certificate to the jre's keystore. I am still failing to connect. Do I need some sort of cert for my client? I am...
fascinating-indigo
fascinating-indigo6/29/2025

how to update the api i sent via postman using nodejs to neon db to visible in neondb tables

how to update the api i sent via postman using nodejs & express to neon db to be visible in neondb tables
stormy-gold
stormy-gold6/28/2025

Error: Error connecting to database: fetch failed (next.js)

My code: import { neon } from "@neondatabase/serverless"; async function getData() { if (!process.env.DATABASE_URL) { throw new Error("DATABASE_URL is not defined");...
No description
fascinating-indigo
fascinating-indigo6/27/2025

Something went wrong

Hi, I'm in the Overview tab of my project, and when I click on Connect, here is what happends....
No description
exotic-emerald
exotic-emerald6/27/2025

Compute usage limit warning on my personal website

Hello ... I would appreciate some help because in December I started getting the compute usage limit warning after months of using Neon without issues. I don't know what could be causing that or what could be wrong with my configuration or usage. I use neon to store views and reactions counts for the blog posts in my personal website. The database is one single table with 23 rows (one per blog post), yet the warning appears, and someone who forked my website is also getting the same warning....
continuing-cyan
continuing-cyan6/27/2025

Invitation BUG

I have been invited to join a neon organization. But despite me being already signed up to the neon account to which i was invited, the invitation link asks me to create an account.
quickest-silver
quickest-silver6/26/2025

We evaluated Neon using free account and now want to connect it to the plan we subscribed to

We evaluated Neon using free developer account and now want to connect it to the plan we subscribed to via AWS marketplace and I cannot figure out how to make that happen
metropolitan-bronze
metropolitan-bronze6/26/2025

Local delpoyment failed

I compiled the source code locally successfully, but an error occurred when executing cargo neon start, as shown in the figure.
No description
adverse-sapphire
adverse-sapphire6/25/2025

Migrating Data from database on 1 neon account to another account

HI i am Abhay and I recently created a new neon account and wanted to copy the whole database with data from my old account to my new account i tried running "pg_dump --no-owner --no-privileges --no-publications --no-subscriptions --no-tablespaces -Fc -v -d "<SOURCE CONNECTION STRING>" -f database.bak"...
like-gold
like-gold6/25/2025

Postgress DB gone

Hello Neon, I have been using a Postgres DB on the free tier, and today it suddenly stopped being available. When I go to its link from Vercel, it givesan "unavailable" message. When I got to the project list, it was not there. Was there some incident that caused this? Can it be restored? ...
foreign-sapphire
foreign-sapphire6/25/2025

Transfer production database to development database

Hello, I need to transfer all data from all tables in my production database to my development database for testing purposes. How should I proceed? I tried using pg_dump, but I'm not sure if it's the right tool for this task. Thank you...
rare-sapphire
rare-sapphire6/24/2025

NeonDB pricing for zero sync engine (for enabling logical replication)

I'm looking to migrate my postgres database from supabase to neon, but I do not understand the pricing implications for doing so, considering I need to enable logical replication since I am using zero sync engine. If I understand correctly, zero sync engine requires will cause each database to which it is connected to never go idle? 1. How much compute hours would this setup consume considering zero never lets the database go to sleep? Would this mean 31 x 24 = 744 hours/month per database?...
evident-indigo
evident-indigo6/23/2025

Fly.io having issues connecting with Neon?

This started last week and has gotten to the point I can't actually spin up a new machine for some reason. 2025-06-23T15:23:51.861 app[e78493d5c04183] iad [info] 15:23:51.860 [error] Postgrex.Protocol (#PID<0.2664.0>) failed to connect: ** (DBConnection.ConnectionError) tcp connect (ep-old-scene-REDACTED.us-east-1.aws.neon.tech:5432): timeout Looks like others as well: https://community.fly.io/t/iad-region-connectivity-issue/25141/3...
fair-rose
fair-rose6/23/2025

Neon integration in vercel trying to link to prisma shadow table rather than my table

The automatically generated env variables fin Vercel are pointing to a prisma shadow table which I don't see on my neon console. I need them pointing to my table.