-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Nuxt DevTools client injection failed on Chrome v129 #723
Comments
Shouldn't that be considered as a Chrome Beta bug? It's working on Chrome Stable. I am not sure what we can do here |
Can we investigate why the Nuxt DevTools are not opening in Chrome Beta? Maybe the devtools can be patched to also work in Chrome Beta? |
I don't think we will have the bandwidth to test every Beta version. In this case it looks more like a Chrome bug that they should fix instead. Or we would count on the community to help fix if it's really a Nuxt DevTools issue (PR welcome!). Marking this as closed for now. Thanks. |
I'm actually seeing the same issue on my end and I'm using Chrome Version 129.0.6668.42 (Official Build) (arm64), not beta. |
Same issue on my end. On Chromium Engine Version 129.0.6668.42 |
Chrome beta moves pretty fast, canary i wouldn't worry about, but something that is broken in beta, is probably gonna hit your user base pretty fast in the official version I'd include chrome beta as an official testbed for all things nuxt |
Maybe something here... |
Went down, it was caused by a circular import in our client bundle. Somehow Chrome v129 failed to resolve and hangs (dynamic |
Here is the repro: https://github.com/antfu/repro-chrome-v129 - Now I am very confident it's a chrome bug. I reported to Chrome already, let's see how they response, if not I wound try to report to Chromium later. |
Same bug in MS Edge, which makes sense |
Update: it should be fixed in the next version https://x.com/_shu/status/1837009344153669759 In the meantime, I will check our bundle to see if we can workaround it before that |
Which thread should we follow to see if a workaround has been implemented? I see you closed this thread. |
The workaround was implemented in 29b0e39 |
You'll need to make sure
is in your devDependencies, and run pnpm install (maybe with --force), to get it running |
Nice. I saw manniL wrote the following on Nuxt discord, which may be relevant for other readers of this thread:
|
Had the same error suddenly. Deleted the bun lockfile, which then installed |
This solution worked for me too, I am not using the Devtools module anymore. I installed the devtools manually with the npm package and It started working again. I'm not sure if it's the cause, but the problem started when I installed the |
same issue for me with 129.0.6668.90 (official) (a 64 bit) |
@MABottiglieri Even with |
Yeah. Same thing happening to me with Arc and v1.5.2. Version numbers for Arc and Chromium are:
EDIT: More context here https://x.com/_shu/status/1837009344153669759 |
Mine works fine here on chrome: 129.0.6668.90, with devDependencies: Do remember, you need to press: Shift + Alt + D |
🐛 The bug
The Nuxt Devtools are not working on the latest Chrome Beta version. It works in all other browsers including Chrome stable but not in Chrome Beta (
Version 129.0.6668.29 (Official Build) beta (64-bit)
)This is with a completely new / fresh installation of Nuxt.
Related: #488 (comment)
Screenshot:

🛠️ To reproduce
https://stackblitz.com/edit/nuxt-starter-vguwcu?file=nuxt.config.ts
🌈 Expected behavior
It should work.
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: