python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Next Auth CLIENT_FETCH_ERROR when deploying on vercel
I am trying to deploy a NextJs application to vercel, I am using next auth to authenticate via discord.
Locally it is working fine. The right callback URL's are all configured and NEXT_AUTH_URL is con...
J.B.
Votes: 0
Answers: 2
client fetch error on live website built using next.js
Hi I have tried all things possible to find out what could be causing above error on my live website built using NEXTJS.
I have noticed that this error happens whenever I reload the website.
I also no...

MARTIN GITAU
Votes: 0
Answers: 2
Session in Next.js not returning the correct values
After login in, some of the data returned does not show up on the session, it only returns the email, name.
The ID however goes under the user object. Also, I have console.log(user.data) which returns...

n9p4
Votes: 0
Answers: 2
ModuleNotFoundError: Module not found: Error: Can't resolve 'next/server'
I just cloned the Next Auth Example, changed ports in package.json to match my server and added my domain in .env.local. Because of WASM middleware in Next 12, I had to downgrade to Next 11, so I just...

Shahriar
Votes: 0
Answers: 1