Prisma Adapter custom output path problem #13059
Unanswered
yusifaliyevpro
asked this question in
Help
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've changed the output path for my Prisma client, but I'm encountering issues with Auth.js. It appears that Auth.js is still referencing the default @prisma/client location in node_modules, which leads to errors during both build and development.
Is there a recommended way to configure Auth.js to work with a custom Prisma client output path?
Beta Was this translation helpful? Give feedback.
All reactions