nuxt/cli

Nuxi v3.12.0 constant pinging to localhost and failing

Closed this issue · 7 comments


  • Operating System: Windows_NT
  • Node Version: v20.14.0
  • Nuxt Version: 3.11.2
  • CLI Version: 3.11.1
  • Nitro Version: 2.9.6
  • Package Manager: npm@10.7.0
  • Builder: -
  • User Config: devtools
  • Runtime Modules: -
  • Build Modules: -

Reproduction:
https://github.com/frasza/nuxi-issue

There seems to be an issue with Nuxi version 3.12.0 and using Nuxt version 3.11.2.
Whever I startup dev server with npm run dev, it starts pinging localhost and failing.

image

I have tried to pin Nuxi to version 3.11.1, it works with any issue or pinging.

"overrides": {
    "nuxt": {
      "nuxi": "3.11.1"
    }
  }

Same problem here. I had to downgrade to Nuxt 3.11.2 because of regressions with the useCookie composable and this happened. This happens even when the DevTools are disabled.

I have the same issue since Nuxt 3.12!

I just found kind of a fix for now here: nuxt/nuxt#27779. But it feels like not really fixing the actual issue.

Is it still the case with latest Nuxt version?

Is it still the case with latest Nuxt version?

No, it seems to be working now.

Correct, closing it since there is no problem with latest Nuxt version.

it works although my Nuxt version is 3.9.3