DevTools cannot be showed in Chrome and Firefox on Nuxt v4
Hi – I am using the nightly version of Nuxt (
[email protected]
). I found Nuxt DevTools (no matter the nightly or @nuxt/[email protected]
) does not work on Chrome 126 and Firefox 129.0b6 (Attachment #2). Notably, it works on Safari 17.5 (Attachment #1). It used to worked on Nuxt v3.
When adding breakpoints to the code related to Nuxt DevTools, I found Firefox (and Chrome) indeed ran import("./view/client")
but setupDevToolsClient
was never called, as the attachment #3 shown. Safari ran as expected (attachment #4). Not sure why.
The minimum reproducible code can be seen here: https://github.com/pan93412/nuxt-4-devtools-regression. I don't know if this is the fault of Nuxt Framework or Nuxt DevTools, so I have not opened an GitHub issue yet.1 Reply
Opened an issue: https://github.com/nuxt/devtools/issues/698
GitHub
fix: DevTools cannot be showed in Chrome and Firefox on Nuxt v4 · I...
🐛 The bug I am using the nightly version of Nuxt ([email protected]). I found Nuxt DevTools (no matter the nightly or @nuxt/[email protected]) does not work on Chrome 126 and Firefo...