Neon

N

Neon

The official Neon Database Discord

Join

šŸ™ļ½œfeedback

ā“ļ½œquestions-and-answers

🐘|postgres

conscious-sapphire
conscious-sapphire6/22/2025

RLS Authorized isn't working with custom JWT Token

I have built an app that using neon as a database along with Drizzle as the orm. My app used to work fine before but now I get a TLS error: ``` [Error: 58550000:error:0A00041A:SSL routines:ssl3_read_bytes:tlsv1 alert decode error:openssl\ssl\record\rec_layer_s3.c:1605:SSL alert number 50...
like-gold
like-gold6/21/2025

Unexpected error happened šŸ˜•

id:5e71ffdae3514ce58c43d11c009c3d8f error ``` Error: Database not set...
No description
foreign-sapphire
foreign-sapphire6/20/2025

DB Suspended?

Tried logging into my app earlier and my email/pass was giving me an error. Logged into Neon and see this suspended tag next to the DB. Any ideas why? Been using this for close to 3 months now with no issues.
No description
continuing-cyan
continuing-cyan6/20/2025

Error: Database not set

Trying to create a database and connecting it to the locally hosted application. Getting an error in Neon (Error: Database not set)...
conscious-sapphire
conscious-sapphire6/17/2025

RLS authenticated URL [Error: B8220000:error:0A00041A:SSL routines:ssl3_read_bytes:tlsv1 alert decod

``` [getTransportTypes] Error: Error [NeonDbError]: Error connecting to database: TypeError: fetch failed at async getTransportTypes (file://F%3A/atollhop-ops/src/actions/getTransportTypes.ts:10:22) at async SchedulesServer (file://F%3A/atollhop-ops/src/app/%28protected%29/schedules/page.tsx:38:52) 8 | const database = await db();...
boiling-coffee
boiling-coffee6/17/2025

Neon as a Postgres follower replica

Hi, I’d like to introduce Neon at my workplace. However there is no-way that we replace our production Postgres instance in the short-term. The easiest way to begin would be to keep our Postgres instance, and just add a Neon follower/replica. We could then build our new use-cases on the Neon follower. I couldn’t find how to do that in docs. Would that be possible? ...
genetic-orange
genetic-orange6/17/2025

Question: about stale read

How does NeonDB avoid stale read issues when WAL logs are still in SafeKeeper and haven't been processed by PageServer?
genetic-orange
genetic-orange6/17/2025

Question: about load-related

I'm currently evaluating technology options, so I have some questions about load-related aspects: 1. In a Neon cluster, can different PostgreSQL instances use different SafeKeeper groups? 2. If #1 is possible, can a PostgreSQL instance currently using SafeKeeper Group A be redirected to SafeKeeper Group B?...
exotic-emerald
exotic-emerald6/16/2025

.Net example

Can anyone guide me to a decent example with a .net minimal api, with auth hosted on azure. kinda tired of supabase now.
foreign-sapphire
foreign-sapphire6/16/2025

Database offline

Hi Neon Community Hope everyone is well I have a couple of apps deployed on Replit and since Saturday my database has been inaccessible, I have reached out to Replit support but haven't heard back and was hoping maybe someone here has a solution or went through the same issue....
stormy-gold
stormy-gold6/16/2025

Hi, I am in need of some help regarding data loss / backups.

My Replit app crashed and I am trying to access my NEON backups. Replit can't go in there and find them, so asked me to go to my NEON console and look for them. I am within the 7 day retention period for data loss, but the console Replit connected me to is not the one where my data is and I do not know how to get in there. I have my neondbowner** info, so I just need to know how to log in? Please help.
genetic-orange
genetic-orange6/16/2025

Question: RPO may not equal to 0?

In PageServer, data is layered and only aggregated to a certain extent before being uploaded to cloud storage. If the PageServer in the public cloud uses EKS + instance storage, does this mean there’s a chance of RPO > 0 when the PageServer crashes? ref to: https://github.com/neondatabase/neon/blob/main/docs/pageserver-storage.md...
stuck-chocolate
stuck-chocolate6/15/2025

NeonDbError: Error connecting to database: Error: internal error;

I'm getting this error when trying to connect authenticated role using authToken. I checked JWKS my token everything is fine. This was working before not sure what happened. Can I get some help...
national-gold
national-gold6/14/2025

Connection Issues

I'm running a next.js app locally, Im not sure how the connection reached 901, and I couldnt find any definition in the doc. Im using DrizzleORM and Hono...
extended-salmon
extended-salmon6/13/2025

cat .env displayed as ASCII table

In the demo included in this page https://neon.com/blog/neon-launchpad what shell plugin is the author using to have cat .evn show as an ASCII table?
extended-salmon
extended-salmon6/13/2025

Neon Launchpad | Not Found | SyntaxError: Unexpected token

I'm trying Neon Launchpad, but it is not working as advertised. What am I missing? ```
npx neondb
Need to install the following packages: neondb@0.3.0...
No description
inland-turquoise
inland-turquoise6/13/2025

Update data from prod DB to child branches

How can I Update to latest data from parent to other branches in Neon DB? I need to update the data in child branches whenever new data is pushed in production database.
conscious-sapphire
conscious-sapphire6/13/2025

Can self-managed neon support serverless (virtual machine deployment or k8s deployment)?

The company is currently researching neon and would like to know whether the self-managed open sourc
national-gold
national-gold6/12/2025

Airtable

quick question, for non app stuff how have folks seen Neon integrated to something link AirTable?
fascinating-indigo
fascinating-indigo6/12/2025

Multi-tenanted SaaS architecture & branches

In a multi-tenanted SaaS app, does it make sense to split the tenants into their own database using neon branches? Or is that not their intended use?