79338934

Date: 2025-01-08 11:27:10
Score: 1
Natty:
Report link

I was having the same issue when using Next.js 15 with turbopack, disabling turbopack fixed it for me.
Maybe some or all workers do not work with turbopack (i am not sure)

package.json

{
  "scripts": {
    "dev": "next dev" // remove --turbopack option
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Amaan Kazi