Next.js Discord

Discord Forum

Redirect Issue [SOLVED]

Unanswered
Backfire Labs posted this in #help-forum
Open in Discord
Hey, I have nextauth set up (hopefully correctly) where when you are logged in it will redirect you to /dashbaord. This works when its localhosted but when I upload it to vercul it redirects me to /

2 Replies

Fix: Need to add NEXTAUTH_URL: 'https://your-custom-domain.com',
Goes in your .env and your envormetal files