Hi! I found an issue <https://github.com/prisma/pr...
# orm-help
h
Hi! I found an issue https://github.com/prisma/prisma/pull/12427, and it seems very simillar to my case. I'm using
yarn workspace
and import
Prisma Client
from
api
package to
front-end
package because of
next-auth
. But, when I run it,
Prisma Client
try to get schema from
front-end
package. If I understand this issue correctly, I should use
@dev
version, right?
n
Hey 👋 Yes, could you try using the
@dev
version and check if this issue gets solved for you?