net::ERR_CONTENT_LENGTH_MISMATCH 200
With no changes to my code and running the latest Node 22 (v22.14), my application is suddenly not served properly anymore. When running the
I have upgraded nuxt to the latest version, but no change. I tried running dev with --host, but both localhost and 127.0.0.1 return the same error. Does anyone have any experience with this error?
npm run dev command, everything boots up normally according to the console. However, when navigating to the site, I only get a blank page. Opening the dev tools reveals a bunch of errors like this:I have upgraded nuxt to the latest version, but no change. I tried running dev with --host, but both localhost and 127.0.0.1 return the same error. Does anyone have any experience with this error?
