Error: node_modules\.pnpm\ws@8.16.0\node_modules\ws\lib\buffer-util.js
Hey!
Im developing an app using
- Neon (serverless)
- Prisma
- NextAuth
NextJS App Router.
I am trying to connect to the db to store data through NextAuth's Adapter.
However that isnt working, so I am trying to do after login manually, however getting an error explaining my ws module within node_modules is conflicting with mainly NextJS:
Here is my Repo: https://github.com/Danfraga33/investment_hub for any other.
I am following the docs of prisma, next auth, however being told by gemini that the issue is with neon.
Im developing an app using
- Neon (serverless)
- Prisma
- NextAuth
NextJS App Router.
I am trying to connect to the db to store data through NextAuth's Adapter.
However that isnt working, so I am trying to do after login manually, however getting an error explaining my ws module within node_modules is conflicting with mainly NextJS:
Here is my Repo: https://github.com/Danfraga33/investment_hub for any other.
I am following the docs of prisma, next auth, however being told by gemini that the issue is with neon.
