#Issue using drizzle adapter switching from prisma in Next Auth
1 messages · Page 1 of 1 (latest)
Hmm, I don't know enough to give you a confident answer yet. The knowledge sources provided do not contain specific information about the error you're encountering when switching from Prisma to Drizzle in NextAuth.
However, I can suggest that you ensure you've followed the correct steps in setting up Drizzle with your Vercel Postgres database as outlined in the Vercel documentation (https://vercel.com/docs/storage/vercel-postgres/using-an-orm).
Also, make sure that your NextAuth configuration is correctly set up. You can refer to the guide on setting up GitHub authentication with NextAuth on Vercel's guide (https://vercel.com/guides/nextjs-prisma-postgres).