79730791

Date: 2025-08-09 18:03:52
Score: 1
Natty:
Report link

Removing --turboback from the dev script, fixed the issue.

Before

"dev": "next dev --port 3001 --turbopack"

After

"dev": "next dev --port 3001",
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mohamed Zaghloul