I wonder why it’s happened. bad control

I’m using next 14
and when I “npm run dev”
I got this error
Next.js 14.0.4

  • Local: http://localhost:3000

SyntaxError: Bad control character in string literal in JSON at position 1 (line 1 column 2)
at JSON.parse ()
how can i solve it?
not many people got through this problem i guess

i googled exactly same sentence and nobody got this error with next.js

Leave a Comment