Timed out trying to acquire a postgres advisory lock
Context: Timed out trying to acquire a postgres advisory lock (SELECT pg_advisory_lock(72707369)). Elapsed: 10000ms. See https://pris.ly/d/migrate-advisory-locking for details.
Context: Timed out trying to acquire a postgres advisory lock (SELECT pg_advisory_lock(72707369)). Elapsed: 10000ms. See https://pris.ly/d/migrate-advisory-locking for details.
Laravel Migration to Neon Error
SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block (Connection: pgsql, SQL: alter table "provinces" add constraint "provinces_country_id_foreign" foreign key ("country_id") references "countries" ("id") on delete cascade)
SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block (Connection: pgsql, SQL: alter table "provinces" add constraint "provinces_country_id_foreign" foreign key ("country_id") references "countries" ("id") on delete cascade)
Neon through neon.com vs vercel
all logs show success but db on neon does not update.
users, when i login with clerk, it makes a user. after login, the website takes the user to /onboarding where the user has to enter additional information like phone number, postcode and "about me." on submit, the db should be updated with the new details, for the same user, on the same users table. but it is not happening.
I have taken logs from the frontend and the backend with all returning status 200 with all the right details in json format. the db connection is working as well, checked with a simple GET API route and by running pnpm prisma studio. The status 200 logs: ...NeonDbError: Error connecting to database: Failed to fetch
Cannot read file '/node_modules/.pnpm/@neondatabase+api-client@2.1.0/node_modules/tsconfig.base.json
Vercel Integration not deleting merged-PR branch database
Cannot provision a Neon database via Azure Portal or Cli

5-10s long queries, but Neon Query History shows 40ms or less?
Configuration Tab Issue in UI
jdbc / ssl challenges in custom java17 jre
how to update the api i sent via postman using nodejs to neon db to visible in neondb tables
Error: Error connecting to database: fetch failed (next.js)

Something went wrong

Compute usage limit warning on my personal website
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....Invitation BUG
We evaluated Neon using free account and now want to connect it to the plan we subscribed to
Local delpoyment failed
cargo neon start, as shown in the figure.