Next Auth problem in Vercel
I'm currently deploying my app in Vercel but it won't work because of the following error:
This is the block of code in
Googling it looks like
Tips?
This is the block of code in
middleware.ts that the stack trace refers to:Googling it looks like
NEXTAUTH_SECRET is not set up in Vercel, but it is (as the image shows).Tips?
