Files
stack/apps
jason.woltjeandClaude Opus 4.6 027fee1afa fix: use UUID for Better Auth ID generation to match Prisma schema
Better Auth generates nanoid-style IDs by default, but our Prisma
schema uses @db.Uuid columns for all auth tables. This caused
P2023 errors when Better Auth tried to insert non-UUID IDs into
the verification table during OAuth sign-in.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-02-16 22:48:17 -06:00
..