-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crypto With Nextjs X.X #154
Comments
Same here, im on Nextjs 14.1, using prisma .... |
Same Here am on Nextjs 14.2 |
Same here, on Nextjs 15.0 when I learn Nextjs |
My guess is that you're importing code using bcryptjs from a client-side component. Make sure the code using bcryptjs reside on the server-side only. Here is how: https://nextjs.org/docs/app/building-your-application/rendering/composition-patterns#keeping-server-only-code-out-of-the-client-environment Adding |
i moved to this |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions! |
I got this error on my NextJs App
idk wtf is happened.
I'd already tried in too many ways, (This is only the vscode terminal) because in cli browser apparently is ok
At first I tried with bcrypt but for some reason has not compatibility with NextJs, and the YT I've watched, he was using this dependency, he used Clerk auth, but for my porpuses its better next auth v5
Idk if it will help, but there is my file, related with the issue, auth.config.ts
The text was updated successfully, but these errors were encountered: