Deleting Branches
👋 Hey team, how would I go about deleting branches that are all the parent of my primary branch? When I try to delete it, it doesn't work since Neon says the parent branches have children, but I can't delete the main (primary) branch because when that's where the most recent data is. When I try to copy that data into another branch, the main (primary) branch becomes the parent of the new branch, meaning I can't delete the original main branch either.
E.g. in the attached screenshot, I want to be able to delete all the parent branches. This will help free up some storage. Please let me know if I can provide any additional information. Thank you!...

Neon branching error in vercel build
Not sure where to find logs or debugging info for this integration

Project's compute stuck on pending
I had a project, but its compute was stuck on pending and I couldn't figure it out.
So I created a new one, but the compute is still stuck on pending.
My project id is: falling-wind-60691124...

Hasura Cloud Issue
Hi, i create neon database from hasura cloud, all is ok, all is work, but i cant enter neon console, projects list is empty, and i see welcome screen, but i wanna see my database, help please.
Trouble with prisma deploy on fresh postgres neon db (dev branch) health_check model
I'm trying to deploy my db to the dev branch. I created a fresh neon, connected and attempting to deploy. I get an error that the table is not empty (has a table called health_check), I'm not seeing anything in docs about this table.
Getting connection timedout error
I am trying to access my postgres db in my NextJs application but I am encountered with Connection Time out error. This is persistent. How can I solve it?

Error: Console request failed: endpoint is temporarily unavailable.
Just started getting this error:
Error: Console request failed: endpoint is temporarily unavailable. Check your quotas and/or contact our support.Is there an issue on Neon side?...

Unable to turn on pg_stat_statements
Hi
I am following the instructions in the neon guide here: https://neon.tech/docs/extensions/pg_stat_statements to enable pg_stat_extensions. Enabling the extension works without a problem but if try any queries listed in the instructions I get a "relation does not exist error"....

Github actions for create and delete branch failing/flakey
I am using GH actions to create a temporary branch to use for testing, and then delete the branch at the end of the github workflow.
However, i'm getting weird messages.
1. ephemeral branch apparently already exists, but the branch ID is null
2. cannot delete branch?...

psycopg.OperationalError: consuming input failed: SSL SYSCALL error: EOF detected
I'm running some tasks which are actually taking more time than five minutes and I've already established connection with NeonDB(Postgres) as it's serverless when i use cursor.query it's throwing me error
psycopg.OperationalError: consuming input failed: SSL SYSCALL error: EOF detected, I'm using below code
```import os
from psycopg_pool import ConnectionPool
from time import sleep...not able to mutate the data
when I am submitting the form, I am getting an error ...
NeonDbError: column "content" of relation "post_table" does not exist
at async $$ACTION_0 (./src/db/queries.ts:18:5)
digest: "960546850"
NeonDbError: column "content" of relation "post_table" does not exist
at async $$ACTION_0 (./src/db/queries.ts:18:5)
digest: "960546850"

Documentation for how to use Neon API to create a branch
i'm not able to create a branch with the nodejs API. I'm getting the error
Object literal may only specify known properties, and 'name' does not exist in type 'BranchCreateRequest'.ts(2353)
This is my code snippet:
```...Prisma Adapter error not connecting to db
I get this error message:
ype 'import("/Users/mehtabghuman/Desktop/ReZume/Rezume/node_modules/.pnpm/@auth+core@0.32.0_nodemailer@6.9.13/node_modules/@auth/core/adapters").Adapter' is not assignable to type
Types of property 'getAuthenticator' are incompatible.
Type '((credentialID: string) => import("/Users/mehtabghuman/Desktop/ReZume/Rezume/node_modules/.pnpm/@auth+core@0.32.0_nodemailer@6.9.13/node_modules/@auth/core/types").Awaitable<import("/Users/mehtabghuman/Desktop/ReZume/Rezume/node_modules/.pnpm/@auth+core@0.32.0_nodemailer@6.9.13/node_modules/@auth/core/adapters").Ada...' is not assignable to type '((credentialID: string) => import("/Users/mehtabghuman/Desktop/ReZume/Rezume/node_modules/.pnpm/@auth+core@0.27.0_nodemailer@6.9.13/node_modules/@auth/core/types").Awaitable<import("/Users/mehtabghuman/Desktop/ReZume/Rezume/node_modules/.pnpm/@auth+core@0.27.0_nodemailer@6.9.13/node_modules/@auth/core/adapters").Ada...'.
Type '(credentialID: string) => import("/Users/mehtabghuman/Desktop/ReZume/Rezume/node_modules/.pnpm/@auth+core@0.32.0_nodemailer@6.9.13/node_modules/@auth/core/types").Awaitable<import("/Users/mehtabghuman/Desktop/ReZume/Rezume/node_modules/.pnpm/@auth+core@0.32.0_nodemailer@6.9.13/node_modules/@auth/core/adapters").Adap...' is not assignable to type '(credentialID: string) => ...
Connecting via VPN Tunnel from GCP
I would like to know if we can setup secure connection to NeonDB from GCP cloud via VPN Tunnel? I don't see any option to setup VPN gateway/tunnel on Neon db Side.
READ/WRITE TABLES??
i need help with the very basics. i want to read and write to TABLES from python.
so far i could only check the BRANCHES or DATABASES. but how do I acutally read/write the data?...
Vercel Environments and Neon Branches
Is it possible to have the following work with Vercel and Neon with GitHub Actions?
Neon branches:
- main (production)
- staging...


