bitmonti

Results 8 comments of bitmonti

Getting this error to... but it seems to be a firefox issue. ERROR [unhandledRejection] Cannot set headers after they are sent to the client 11:05:14 at new NodeError (node:internal/errors:372:5) at...

I removed package-lock.json and node_modules. Than updated nuxt version "3.0.0-rc.3" to "**3.0.0-rc.4**". This solved the problem for me.

I'm not using useHead() or app.head.link. Error still exists.

I'm not using any external resources either on links or images in any place of the app. Working on a more or less fresh install of Nuxt rc4. But as...

Hi, somehow I'm curious why nobody else is experiencing this issue. As a workaround i commented out: `await new Promise((resolve2) => setTimeout(resolve2, 0));` Path: `nuxt-app\node_modules\nuxt\dist\pages\runtime\router.options.js` ```typescript return new Promise((resolve) =>...

The repository has been updated! Thank you in advance.