79467453

Date: 2025-02-25 17:49:47
Score: 1
Natty:
Report link

Do you use external libraries? Some libraries like Chakraui are not stable with the new versions of Next.js. However, remove turbo from scripts in the package.json:

❌ "dev": "next dev --turbopack"
✅ "dev": "next dev"

Try it and let me know if it fixed

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Ali Hammad