79733913

Date: 2025-08-13 05:48:50
Score: 1
Natty:
Report link

I tried multiple approaches, but eventually found that the root cause was a "Page Not Found" error.

In my case, the route name in the code was sign-in, but on GitHub, I had accidentally pushed it as Sign-in. Since Next.js is case-sensitive with routes, this mismatch caused the deployed version on Vercel to fail.

After changing the route name to all lowercase (sign-in) in the main branch and redeploying, everything started working fine

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Akshay AJ