Next.js Discord

Discord Forum

SignOut is not working on vercel

Unanswered
oliver posted this in #help-forum
Open in Discord
I am using next-auth for authentication in my nextjs app.
SignOut ("next-auth/react") is working well on my local, but it doesn't work after I deploy it on vercel.
When I try to signout, it is redirected to /# and it shows HTTP ERROR 405. I attached screenshot of it.
I am not sure why it is not working.

1 Reply

I think it is related to vercel deployment.
If there is anyone who knows the correct reason, plz help me