79710513

Date: 2025-07-22 13:06:36
Score: 0.5
Natty:
Report link

After hours of debugging and narrowing down the issues, ended up it was because of vercel.json which unknowingly trying to rewrite all paths...

{
  "rewrites": [
    { "source": "/:path*", "destination": "/" }
  ]
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: unacorn