Prisma Transactions stops working once you extend the client with Pulse, Optimize or Accelerate
TypeError: parentTracer.getSpanLimits is not a function
...Can't set api key/token when using Optimize

Optimize is not showing queries
Safe Rolling Deployments When Dropping Columns
Advisory lock errors in CI suddenly ocurring very frequently
Error: P1002
on about 75% of my builds, even when there are minutes between builds.
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.
Drift detected after migration reset
migration reset --force
``` ...Supabase with Pulse and Accelerate
Whenever you extend your PrismaClient with Pulse, you don't have access to $on anymore. Why?

deep nested create takes so much time to complete
Return Type With Relations
Why always encounter this error after few mins
prisma.users.findUnique()
invocation:\n\n\nError occurred during query execution:\nConnectorError(ConnectorError { user_facing_error: None, kind: QueryError(PostgresError { code: "42P05", message: "prepared statement \"s4\" already exists", severity: "ERROR", detail: None, column: None, hint: None }), transient: false })...Is SQlite supported any time soon? Pulse & Accelerate
Cursor based paging issue for multilevel relationships
postgres db collation error
Prisma (with MongoDB) sort based on their related field
accessing prisma generated enums on browser client
Sizes
with the values of s
, m
, l
, xl
i can access that enum in on the server by importing import { Sizes } from "@prisma/client";
but whenever I import the same thing in a svelte file, the Sizes
become undefined
I temporarily fixed it by copying the values of the prisma generated Sizes
...Sizes
from server to clientPrisma SQLite
Supabase postgres not working sometime
Deploy to vercel with supabase as database
Error: PrismaClient is not configured to run in Edge Runtime (Vercel Edge Functions, Vercel Edge Middleware, Next.js (Pages Router) Edge API Routes, Next.js (App Router) Edge Route Handlers or Next.js Middleware). In order to run Prisma Client on edge runtime, either:
- Use Prisma Accelerate: https://pris.ly/d/accelerate
- Use Driver Adapters: https://pris.ly/d/driver-adapters
Error: PrismaClient is not configured to run in Edge Runtime (Vercel Edge Functions, Vercel Edge Middleware, Next.js (Pages Router) Edge API Routes, Next.js (App Router) Edge Route Handlers or Next.js Middleware). In order to run Prisma Client on edge runtime, either:
- Use Prisma Accelerate: https://pris.ly/d/accelerate
- Use Driver Adapters: https://pris.ly/d/driver-adapters