Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Make sure the DATABASE_URL environment variable is set and points to a valid database. If it is, please show us your ./lib/prisma.ts file. Commented Oct 23 at 9:20
  • Does Prisma Adapter need database URL with username and password? I am using Prisma accelerated connection string. Commented Oct 24 at 16:17
  • Ah, since you're using Prisma's Accelerate feature, the configuration should look a bit different. Essentially, you'll need to add .$extends(withAccelerate()) to your existing prisma instantiation. Commented Oct 25 at 4:29