Neon

N

Neon

The official Neon Database Discord

Join

šŸ™ļ½œfeedback

ā“ļ½œquestions-and-answers

🐘|postgres

wise-white
wise-white4/17/2025

Is it possible to use Neon Auth with Clerk instead of Stack Auth?

Is it possible to use Neon Auth with Clerk instead of Stack Auth? If not, is it possible to sync Clerk user data in a table in Neon?
ratty-blush
ratty-blush4/16/2025

Permissions for contributors on projects?

I want to give contributor access to specific branches without access to main. Is this possible?...
afraid-scarlet
afraid-scarlet4/16/2025

🚨 Project Suspended – Need Help Resuming on Neon.tech

My PostgreSQL project on Neon is currently showing ā€œSuspendedā€, and I’m unable to access the database. I’ve checked the dashboard, but I don’t see a ā€œResumeā€ button or clear error. Details: Branch: main...
deep-jade
deep-jade4/16/2025

#Unexpected error happened Please download error context and report to our support team.

im getting this in Neon DB is this due to my fault in code or from Neon server side
conscious-sapphire
conscious-sapphire4/16/2025

Cannot Connect to NeonDB from Docker/Prisma (ARM64, SNI, All Best Practices Followed)

Hello Neon Support, I am unable to connect to my NeonDB instance from a Dockerized Python/Prisma application, despite following all best practices and Neon documentation for SNI and ARM64 support. Details: NeonDB Endpoint: ep-royal-wave-a2w289mf-pooler.eu-central-1.aws.neon.tech:5432...
xenial-black
xenial-black4/14/2025

Authenticated role taking way too long to query (20+ sec) compared to db owner (8.8ms)

I am running the same exact query in different roles, and I'm puzzled by mind boggling difference in response time. Am I missing something or is there any current issue affecting neon currently?
No description
stormy-gold
stormy-gold4/14/2025

I am trying to run test migrations by creating a branch in neon for db of my already deployed app

The flask app is deployed on render and I am following the article for this purpose my app also connects to redis when launched so I have made changes to the workflow given in the article (basically it spins up a redis server and checks it via redis client with a PING request) I have added an API key and added my NEON_PROJECT_ID and NEON_API_KEY but I am getting the following error ``` branch doesn't exist, branch id: br-restless-shape-a1yqjyx0...
flat-fuchsia
flat-fuchsia4/13/2025

Cant load tables in the sites

Cannot migrate anything to db
No description
equal-aqua
equal-aqua4/12/2025

issue with query performance vs query duration

hey there. i'm running into issues where queries are taking ~1ms to execute+plan but instead of returning within ~5ms they sometimes take up to 6 seconds.
No description
harsh-harlequin
harsh-harlequin4/10/2025

Neon branching: Branch limit exceeded - Status not available

I think I'm getting this error incorrectly. I don't have a Neon project assigned to this Vercel application. I'm using turborepo to run 3 apps, only one of which is connected to my Neon db. My neon project only has 2/10 branches....
ratty-blush
ratty-blush4/9/2025

Script to set Vercel preview branch env vars?

Consider a monorepo repository with 3x projects on Vercel. One of them gets to be the primary integration with neon. This will create db branches and set the env vars on vercel. What about the other two? Is there a github action that will automatically set the env var for the database?...
flat-fuchsia
flat-fuchsia4/9/2025

Neon Database Branch Deletion Issue in GitHub Actions

I'm facing a permission issue with Neon Database branch deletion in my GitHub Actions workflow. The API key works for listing projects but fails when trying to delete branches. The Error ``` 
ERROR: user has no access to projects...
unwilling-turquoise
unwilling-turquoise4/9/2025

Can't create table in public schema as 'unrecognized configuration parameter "anon.maskschema"'.

I have tried using a different schema to public, can't find any reference of this happening anywhere on the internet. This is using a db created before vercel handed off all db stuff to neon, and when I could control the db from vercel. Not sure if that matters.
No description
ratty-blush
ratty-blush4/8/2025

Can I transfer a Vercel-created storage to another team?

I'm trying to move my vercel-created Neon DB to a neon-native team, but the transfer button is disabled.
No description
optimistic-gold
optimistic-gold4/8/2025

Unable to connect to NeonDB

I’m currently experiencing a connection issue with my Neon PostgreSQL instance. Since this morning, my application is failing to connect to the database with the following error: ``` (psycopg2.OperationalError) could not translate host name "ep-shy-grass-a42wchrp-pooler.us-east-1.aws.neon.tech" to address: No such host is known. ...
equal-aqua
equal-aqua4/8/2025

RLS with anonymous and authenticated

Hi there. I'm wondering if it's possible to use one single connection string to connect to either an anonymous or authenticated role, depending on the JWT provided by the connection string - i.e. if i can use only the anonymous role (with a password) and provide the token to optionally move the user to authenticated - is something like this possible?
fair-rose
fair-rose4/8/2025

Archivo SSL

Necesito que neon me de un archivo ssl para conectarme junto con lookerStudio pero no logro encontrarlo. Alguno me puede dar una mano con ello?
like-gold
like-gold4/7/2025

Restore error: The provided timestamp is before your branch's first activity

Help! My app crashed so I created a restore from my only branch and only database. I selected a timestamp immediately before my Vercel logs started showing errors. I still cannot see any data - all tables are empty. Now I cannot restore earlier than this timestamp on either the main restore branch or the main_old_copy. I get this error message when I try to query at an earlier timestamp (when I know data did exist in the database): Query at timestamp Server error (HTTP status 500): {"message":"The provided timestamp is before your branch's first activity, try a more recent timestamp.","code":"","detail":null,"hint":null,"position":null,"internalPosition":null,"internalQuery":null,"severity":"","where":null,"table":null,"column":null,"schema":null,"dataType":null,"constraint":null,"file":null,"line":null,"routine":null} ...
optimistic-gold
optimistic-gold4/7/2025

MCP setup

Has anyone been able to setup an MCP to connect to their database on neon using cursor?