I’m trying to sign in to v0.dev. I expect to be redirected to a login screen where I can enter my email and proceed to access the platform. Instead, I encounter a 500 Internal Server Error during the auth callback step. Using the same account that I’m using right now on community.vercel.com.
Steps to Reproduce the Issue
- Go to https://v0.dev
- Click “Sign in”
- I’m redirected to https://v0.dev/api/auth/callback
- Instead of proceeding, I receive a 500 Internal Server Error
- If I try this in an incognito window:
- I do see the login screen and can input my email
- I receive the sign-in verification email and enter the token
- But then I hit the same 500 error at the auth callback step
- If I refresh the callback page, I get “authentication failed”
Clicking “Sign Up” will give me the same result.
What I’ve Tried
- Cleared browser cache and cookies
- Tested across normal and incognito modes
- Confirmed same issue in both contexts, with slight variation as noted above
- Using Chrome.
- Deleted old Account Settings acess tokens
Project/Environment Info
- Accessing from Firefox
- No VPN interference
- OS: macOS 15.5
Is there any way I can bypass or resolve this issue to complete the login flow? Would appreciate any help or direction.
Thanks!