NextJS 16 broke our production

(iamoeken.com)

2 points | by oeken 8 hours ago ago

2 comments

  • oeken 8 hours ago

    I recently updated our app to Next.js 16, and soon after started seeing new issues in the backend. Things I’d never seen before: JSON.parse() is failing before the request hits any of the code I wrote. Very strange...

    In this blog post I wrote my debugging journey and learnings.

    If you're building with NextJS you must not miss this.

    • verdverm 6 hours ago

      I'm no longer building with NextJS and am glad to miss issues like this

      TanStack is a better option