PrismaP
Prisma4mo ago
6 replies
Diwan Sachidu

Issue on vercel deploy

What is this issue on vercel deploy? I use neon db

2025-10-12T06:56:40.703Z [error] 2025-10-12T06:56:40.696Z ERROR [Better Auth]: PrismaClientKnownRequestError Error [PrismaClientKnownRequestError]:
Invalid
prisma.verification.create()
invocation:


Error validating datasource
db
: the URL must start with the protocol prisma:// or prisma+postgres://
at async Object.create (.next/server/app/api/auth/[...all]/route.js:9:7692)
at async Object.create (.next/server/app/api/auth/[...all]/route.js:155:129360)
at async createWithHooks (.next/server/app/api/auth/[...all]/route.js:2:56452)
at async Object.createVerificationValue (.next/server/app/api/auth/[...all]/route.js:2:65184)
at async af (.next/server/app/api/auth/[...all]/route.js:11:6595)
at async (.next/server/app/api/auth/[...all]/route.js:23:23296) {
code: 'P6001',
meta: [Object],
clientVersion: '6.17.1'
}
2025-10-12T06:56:40.704Z [error] # SERVER_ERROR: Error [PrismaClientKnownRequestError]:
Invalid
prisma.verification.create()
invocation:


Error validating datasource
db
: the URL must start with the protocol prisma:// or prisma+postgres://
at async Object.create (.next/server/app/api/auth/[...all]/route.js:9:7692)
at async Object.create (.next/server/app/api/auth/[...all]/route.js:155:129360)
at async createWithHooks (.next/server/app/api/auth/[...all]/route.js:2:56452)
at async Object.createVerificationValue (.next/server/app/api/auth/[...all]/route.js:2:65184)
at async af (.next/server/app/api/auth/[...all]/route.js:11:6595)
at async (.next/server/app/api/auth/[...all]/route.js:23:23296) {
code: 'P6001',
meta: [Object],
clientVersion: '6.17.1'
}
IMG-20251012-WA0003.jpg
Was this page helpful?