mickasmt / next-saas-stripe-starter

Open-source SaaS Starter with User Roles & Admin Panel. Built using Next.js 14, Prisma, Neon, Auth.js v5, Resend, React Email, Shadcn/ui, Stripe, Server Actions.
https://next-saas-stripe-starter.vercel.app
MIT License
1.95k stars 357 forks source link

Nextauth error #19

Closed ccakmak60 closed 7 months ago

ccakmak60 commented 7 months ago

type: 'TypeError', page: '/_next/static/webpack/ec456677b636bcaa.webpack.hot-update.json' } 6 | 7 | export const {

8 | handlers: { GET, POST }, | ^ 9 | auth, 10 | } = NextAuth({ 11 | adapter: PrismaAdapter(prisma),

mickasmt commented 7 months ago

Hi @ccakmak60 can you explain to me what you did to get this error please? Edit: closed due to no response.

SemchSemch commented 6 months ago

hello, I have the same error maybe it's due to my version of @auth/core?

mickasmt commented 6 months ago

Hi @SemchSemch maybe i think. Try to update your next-auth version with pnpm add next-auth@beta. Please let me know if you still have the problem or if this resolved it.

SemchSemch commented 6 months ago

The error was indeed from there, I went back to the version that is in the packagejson of the repo and I no longer have the error thanx