Prisma 7's prisma.config.ts only configures the CLI, not the runtime PrismaClient. Without url in the datasource block, the generated client defaults to engineType "client" (WASM) which requires an adapter, causing next-auth adapter errors on OAuth callback. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>