Prisma 6.18.0: couldn't read your auth config

Hello! I've been trying to set up a new project with Better Auth 1.3.34 and Prisma 6.18.0 (and new prisma-client provider). But I've been getting this issue over and over when running npx @better-auth/cli generate: https://pastes.dev/8mAaIdbClF (couldn't upload log because of the limit). My schema.prisma looks like this:
generator client {
provider = "prisma-client"
output = "../generated/prisma"
}

datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
generator client {
provider = "prisma-client"
output = "../generated/prisma"
}

datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
pastes
a simple pastebin.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?