I accidentally set the table name to order
This is the error code: ac9d8f15216f45b3aace88ac79d232b2
Is there any remedy? Thank you for watching...
Instant restore window
Modifying the limit here doesn't affect anything in my current instance right? No restart needed correct?

increase limit of concurrently active endpoints
How do i fix this error:
Error querying the database: ERROR: You have exceeded the limit of concurrently active endpoints. Please suspend some endpoints and try again.
...
Could not connect to Local Neon MCP Server
I'm building a slack bot which listens to messages and connects with neon MCP Server but after running 
npx -y @neondatabase/mcp-server-neon start neon_api_key 
it returns nothing to me and not sure what's going on. It does not connect. ...
Hi All - a couple quick questions, hoping someone can kindly help me
I have been trying to play around with the environments feature and branching for Neon. I am trying to deploy preview branches through v0, which is working, and it deploys a preview Neon DB branch as well - however, when I make schema changes through v0 - they still go into the prod database - rather than into the preview branch.
Can you please let me know in case I am missing anything - and if there is a right process to do it especially through v0. I have connected my Neon database through v0, and then updated project details from within vercel "project" settings so that it deploys the preview branch on preview deployments....
what would happen if my branch compute exceeded the plan?
would the entire db go down or what? i dont understand what it is exactly

neon with cloudflare hyperdrive in hono.js using postgres.js
hello everyone,
i'm having this error that I haven't quite know how to solve yet. it's related to using neon with postgres.js and hyperdrive
i'm trying to set up a connection as follows:...
Is the neon serverless driver stateless and suitable for AWS Lambda
I am running up to 1000 concurrent lambda's which need to update various tables in neon - I am looking for best practice way to handle this without getting into connections and connections pooling. Is the neon serverless driver stateless and the way to go?
Also some of these lambdas are python based, not node. What is the recommendation for python based lamda usage/setup?
thanks...
Vercel + Neon + RLS
I'm using Neon postgres integration with Vercel. I need to be able to set the "role" for the auto-generated database URLs that are added to my vercel project ENV. 
I need to configure this because right now the URLs from the integration use the full admin db. 
I'm trying to use the authenticated role for RLS. How can I do this? I can't find where to configure the role for this integration in Vercel or in Neon....
Compute Hours Limit Reached
Hey Guys I am on the Launch plan and even without any usage I have hit 300 compute hours for some reason how can I know what is the problem here?
can't download db schema
Hi everyone. First of all, thank you for such a service, using it is a breeze ❤️ Could you help me with issue of a database schema not being downloadable? I tried to download it both on Safari and Brave and couldn't.
I'm on development branch, could this be a reason?
Thank you!...
neonctl auth in a VM?
I can't be the first person to install neonctl in a virtual machine. When I run neonctl auth, it tries to spawn the browser and fails.
I can manually enter the URL into my browser, but then it redirects to 127.0.0.1 but there is of course nothing running there.
Additionally, neonctl seems to crash after failing to spawn the browser so there's nothing listening there either, and invoking the target URL in the VM via curl or wget fails....
import
I was trying import our database from AWS Why does the import feature say pg_cron is unsupported? The docs say its supported

Issues with anon-pg
I am facing similar issues to this issue. I'm wondering if it will be fixed or if I can get an ETA from the dev team about when this could be fixed.
Using Neon + Drizzle + Lambda
I am too confuse how to setup Neon + Drizzle + Lambda, I see alot of package that support every possible answer, but don't know which one is good one.
main goal is to run quick and efficient way in aws lambda.
I found nenodatbase/serverless and also drizzle have own drizzle-orm/neon-serverless....
Can I estimate pricing based on usage in my current GCP Cloud SQL?
Hi, I have a few applications that currently use Google Cloud SQL on GCP. Is there some way to convert current usage metrics into the way Neon charges for usage? I don't really understand fully the variables that go into the pricing and what would determine them.
Although being able to calculate that is ideal, if someone could tell me "it will definitely be much cheaper to switch" (or not) that would be helpful too....
Problem whit MCP
Hi, I'm having this problem when using Neon MCP. It's constantly sending me a usage authorization request, even when I'm not using it. Is there a way to avoid this or something I can do to prevent it?

Databases not visible in UI
I have a project which has been working perfectly fine until recently: now database selector is empty in the  
SQL editor  view and Tables page does not load (JS throws Error: database id should not be empty). However, the database works just fine when connecting remotely. Any suggestions how to debug?endpoint is not active, could not restart
My database is suspended and there is no way to restart, does someone know how I can restart my database again?
I tried to use: https://console.neon.tech/api/v2/projects/***/endpoints/***/restart but doesn't work. I get the below error. And there is nothing to find in Neon console to restart my database...
{"request_id":"9ffaeba0-d697-4bb9-9deb-7e88b25c6506","code":"","message":"endpoint is not active, could not restart"}%...

LISTEN/NOTIFY is not working on express server
I created triggers and listening on express server if I manually quering from express server then it's returning data but I any row created in table than it's not giving me any data.