Prisma 7 and better-auth error
Whenever I create a user account using Prisma 7 and better-auth, I get the following error on my server:
I found out that this error is coming from the @prisma/adapter-ppg package, but wondering what is calling this function? Maybe the better-auth adapter for Prisma?
I can't seem to find it why this is happening.
Does someone have any clue on how to fix this or what's the issue?
Thanks!
I found out that this error is coming from the @prisma/adapter-ppg package, but wondering what is calling this function? Maybe the better-auth adapter for Prisma?
I can't seem to find it why this is happening.
Does someone have any clue on how to fix this or what's the issue?
Thanks!
GitHub
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB - prisma/prisma