Open PabloBagliere opened 9 months ago
@mohamad68 removing "update on reload" check worked for me, thanks!
I cleared all the storage but the "Update on reload" checkbox was not checked for me so that hasn't solved it in my case. I can right-click on Vue DevTools and choose "Reload Frame" which saves me having to close and re-open the Developer Tools window completely. Still not ideal but it is faster.
Hello, is there any update? Does the newest version work?
For me the "Update on reload" fix is only temporary, and I have to toggle it on and back off to get devtools to reload again after a while.
This issue is affecting many users and can be easily reproduced. The label should be updated.
Unchecking the Service Workers' "Update on reload" is the only temporary fix that worked for me.
I had the same problem on Edge browser, react devtool will add options here, but vue devtool can't find any entry.
react devtools vue devtools
Unchecking the Service Workers' "Update on reload" worked for me too.
I had the same problem on Edge browser, react devtool will add options here, but vue devtool can't find any entry.
react devtools vue devtools
Mine can be displayed, but once I use the middle of the mouse to close the vue devtools TAB, I won't be able to find any entry to re-add it, only to reopen the console
Unchecking the Service Workers' "Update on reload" worked for me too.
Worked for me too
Unfortunately, I can't see it anymore, even after unchecking the Service Workers' "Update on Reload", when using Nuxt > 3.10.x. and VueDevtools 6.6.1.
It works with Vue directly (maybe some of the latest updates of both Nuxt and Vue Devtools created the issue?).
Its a really strange behaviour. The extension detects the presence of Nuxt+Vue, and its even present on the DOM.
But never shows up on the Chrome devtools. Same behavior on Firefox, which may help to understand if its a direct bug or a Chrome caching issue.
As a last resort, I've tried to use Vue Devtools standalone, but it also errors out saying:
Uncaught Error: Dynamic require of "crypto" is not supported
Anyone found out more?
Unchecking the Service Workers' "Update on reload" worked for me too. But tools behaves strange and sometimes couldn't shows updated information
The same problem with VueDevTools 6.6.1 Unchecking the Service Workers' "Update on Reload" doesn`t work for me as well. Reinstallation of Brave had not effect too...
Windows 11 Brave [Version 1.64.109 Chromium: 123.0.6312.58 (Official Build) (64-bit)]
Tested on Nuxt 3.11, Vue 3.4.21 apps...
Ok, another weird behaviour that could help tracking this.
On an existing project with Nuxt 3.10.3 and Vue 3.4.20 (don't remember the Nitro version), Vue devtools was detected and its tab appeared on Chrome Devtools. Updating the project to Nuxt v3.11/Vue 3.4.21 without closing the Chrome DevTools allowed to use it without problems. As soon as I closed and reopened the Chrome Devtools, Vue Devtools doesn't show anymore.
Funny thing is created new Nuxt project with Nuxt 3.10.3, Vue 3.4.20 and even downgraded Nitro to 2.9.0, removed node modules/ and package-lock.json, and still I can't get Vue Devtools to show up again.
Could it be one of the dependencies?
Downgrading nuxt devtools to 1.8.0 seems to allow VueDevtools to work again. https://github.com/nuxt/devtools/issues/634
Also vue-devtools can be downgraded to 5.6, but for me it isn't comfortable
Downgrading nuxt devtools to 1.8.0 seems to allow VueDevtools to work again. nuxt/devtools#634
Thanks. Disabling Nuxt Devtools made Vue Devtools panel appear again.
This worked perfectly fine for me I think there is something with nuxt devtools version.
I have same problem on macOS using Chrome.
Fixed in @nuxt/devtools 1.1.5.
The same issue: Since the latest 2-3 Chrome updates. Chrome: Version 123.0.6312.87 (Official Build) (arm64) DevTools: Version 6.6.1 macOS Sonoma Version 14.4.1
Don’t have any other devtools.
Thanks. Disabling Nuxt Devtools made Vue Devtools panel appear again.
This worked for me as well, thank you!
Vue devtools version
6.6.0
Link to minimal reproduction
https://github.com/PabloBagliere/vue2-error-devtool-quasar
Steps to reproduce & screenshots
to execute the problem is:
What is expected?
It is expected to show the vue devtool option.
Example:
What is actually happening?
Does not display the vue devtool
System Info
Any additional comments?
I use google chrome I use quasar version 1 since the project at work is old. Vue already comes in quasar and uses vue 2.7.15.
The packages I have installed are in the image
I tried to use legacy but it does not work well because the project uses the setup method in many components and legacy does not show the setup.