Git Product home page Git Product logo

Comments (71)

urbgimtam avatar urbgimtam commented on July 1, 2024 32

@mohamad68 Thanks, that worked for me too.
I had it running in incognito mode, but even after unregistering all service workers, it still didn't work.
I also had to remove the "update on reload" check from the service workers, then it started working.

from devtools.

skjnldsv avatar skjnldsv commented on July 1, 2024 13

Same here, doesn't work on brave.
Version 1.62.165 Chromium: 121.0.6167.184

This didn't work for me. I also installed the 6.6.1 and it still didn't resolve it. In fact, now I can't inspect the popup anymore

Same, can't inspect the popup

EDIT: downgrading to 6.5.1 works πŸ‘
nhdogjmejiglipccpnnnanhbledajbpd-6.5.1.zip (rename to crx)

from devtools.

mohamad68 avatar mohamad68 commented on July 1, 2024 10

Here are the steps that worked for me:

Update Chrome to the latest version.
Completely remove the previous Vue DevTools installation.
Install Vue DevTools version 6.6.1.
Right-click on the Vue DevTools icon at the top and select 'Inspect popup,' then proceed to clear all storage applications

from devtools.

woodinteractive avatar woodinteractive commented on July 1, 2024 10

I also had to remove the "update on reload" check from the service workers, then it started working.

That seems to be it. Disabling it makes the vue dev tools appear. Rechecking makes them disappear again.

This 100% fixed it for me.

from devtools.

brentmitch avatar brentmitch commented on July 1, 2024 8

This isn't a solution but the Standalone version does work:
https://devtools.vuejs.org/guide/installation.html#standalone

I'm running Chrome 121.0.6167.184 on Mac OS with Vue.js devtools 6.6.0 installed from the Chrome Web Store and I'm not seeing the Vue Dev Tools tab either.

from devtools.

duduindo avatar duduindo commented on July 1, 2024 8

Unchecking the Service Workers' "Update on reload" worked for me too.

image

from devtools.

SkySor44 avatar SkySor44 commented on July 1, 2024 6

This is happening for myself and my coworker all of a sudden. It was working before my last meeting and now its not working. I think the latest update broke something

from devtools.

gluebi avatar gluebi commented on July 1, 2024 5

I also had to remove the "update on reload" check from the service workers, then it started working.

That seems to be it. Disabling it makes the vue dev tools appear. Rechecking makes them disappear again.

from devtools.

WeepingBoil avatar WeepingBoil commented on July 1, 2024 4

me also - since 14 Feb v6.6.0.
Broken?

from devtools.

GuyGeva93 avatar GuyGeva93 commented on July 1, 2024 4

Also here. Looks like something was broken after the last update (14/2)

from devtools.

PabloBagliere avatar PabloBagliere commented on July 1, 2024 4

I found out that using the incognito mode of chrome if the devtool appears, I tried other browsers and it works fine. I tried rebooting, reinstalling and it still doesn't work in normal mode. What could be the problem?

attached pictures

Incognito mode
image

Standard mode
image

It detects that vue exists but when selecting the devtool icon it does not open the tool, nor does it appear in the header.

Also try disabling all browser extensions.

image

from devtools.

SkySor44 avatar SkySor44 commented on July 1, 2024 4

Could you try clearing the extension storage?

Make sure to have 'Developer mode' enabled in the Extensions page:

image

Open the extension menu and click on 'Inspect Popup':

image

In the Chrome devtools that opens, go to the 'Application' tab and right-click on the item below 'Local storage' and click on 'Clear':

image

This didn't work for me. I also installed the 6.6.1 and it still didn't resolve it. In fact, now I can't inspect the popup anymore

from devtools.

Akryum avatar Akryum commented on July 1, 2024 4

Looks like something is wrong with the service worker (Manifest V3) :(

from devtools.

GuyGeva93 avatar GuyGeva93 commented on July 1, 2024 3

I've disabled the latest version and reinstalled the the legacy version which seems to be working for now - Legacy v5

Thanks, worked for me.
Still it is truly necessary to fix the latest version.

from devtools.

Akryum avatar Akryum commented on July 1, 2024 3

Maybe it's somehow caused by the migration to Manifest V3...

from devtools.

Akryum avatar Akryum commented on July 1, 2024 3

Maybe try exporting your bookmarks and reseting the Chrome profile

from devtools.

skjnldsv avatar skjnldsv commented on July 1, 2024 3

@Akryum That's not really acceptable imho. I have many other extensions using manifest v3 :)

Please note that the extension DOES show up in the toolbar, and the logo is green.
But clicking on it does not show the usual Vue is detected, it does nothing.

I think this is really a problem with the extension itself

from devtools.

jsodeman avatar jsodeman commented on July 1, 2024 3

I also got it working after following the steps by @mohamad68 and @urbgimtam. The Chrome update put me on version 122.0.6261.58.

from devtools.

irfanfadilah avatar irfanfadilah commented on July 1, 2024 3

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.

from devtools.

ajlond123 avatar ajlond123 commented on July 1, 2024 2

I've disabled the latest version and reinstalled the legacy version which seems to be working for now - Legacy v5

from devtools.

pabloraissiguier avatar pabloraissiguier commented on July 1, 2024 2

I'm having the same issue on mac and chrome

from devtools.

Joshwawo avatar Joshwawo commented on July 1, 2024 2

Same here, doesn't work on brave. Version 1.62.165 Chromium: 121.0.6167.184

This didn't work for me. I also installed the 6.6.1 and it still didn't resolve it. In fact, now I can't inspect the popup anymore

Same, can't inspect the popup

EDIT: downgrading to 6.5.1 works πŸ‘ nhdogjmejiglipccpnnnanhbledajbpd-6.5.1.zip (rename to crx)

I tried everything because the 'pinia' option didn't appear, but this is the only thing that has worked for me

from devtools.

vogtm avatar vogtm commented on July 1, 2024 2

I have the same problem, it does not work in normal chrome profiles.
For me, it actually works and appears in Incognito tabs.

Maybe it's helpful for debugging the problem.

from devtools.

bksubramanyarao avatar bksubramanyarao commented on July 1, 2024 2

i followed @mohamad68 which did not work but after following @urbgimtam it started working, thanks everyone

from devtools.

urbgimtam avatar urbgimtam commented on July 1, 2024 2

Downgrading nuxt devtools to 1.8.0 seems to allow VueDevtools to work again. nuxt/devtools#634

from devtools.

PabloBagliere avatar PabloBagliere commented on July 1, 2024 1

It didn't work, directly the localstorage is empty, maybe the error is there because the localstorage is never filled with any value.
image of how I have the localstorage

image

from devtools.

udithishara avatar udithishara commented on July 1, 2024 1

@skjnldsv Thank you for this, v6.6.0 broke most of the stuff and slow compared to v6.5.1, only solution was to rollback to a previous version for me

from devtools.

Akryum avatar Akryum commented on July 1, 2024 1

It's not a matter of it being acceptable, it's all about trying to find the cause of the issue. This is all made extra difficult because I can't reproduce it myself and neither can a lot of people.

from devtools.

Akryum avatar Akryum commented on July 1, 2024 1

@vogtm Those warnings can be safely ignored

from devtools.

vogtm avatar vogtm commented on July 1, 2024 1

After trying more stuff yesterday evening I have found nothing obvious.

But to summarize my observations:
It works in newly created chrome profiles.
It works in incognito tabs

It works in "broken" profiles when:

  • open your page with vue code (e.g. localhost:8080)
  • open chrome devtools (⌘ βŒ₯ i )
  • with the chrome devtools in focus open the chrome devtools for the chrome devtools (⌘ βŒ₯ i ) -> I call them internal devtools in the next step
  • with the internal devtool in focus refresh (⌘ r) -> a new normal tab opens with devtools://devtools/bundled/device_mode_emulation_frame.html?...
  • the (normal) chrome devtools also reload and the vue devtools show up and are useable
    (Maybe someone with the bug can check if they can reproduce the steps above with the same results)

My assumption would be similar to @woodinteractive that there is a weird chrome caching / extension thing going on.
Are there other extensions that recently shown the same problems? Maybe there are people from the chrome devtools team we can reach out to that might have a rough idea what could be the problem? By now, it seems more like a chrome bug to me than a vue devtool bug.

Update on the "do other extensions experience something like this":
sveltejs/svelte-devtools#184

from devtools.

skjnldsv avatar skjnldsv commented on July 1, 2024 1

Worked too! Thanks @mohamad68 !

from devtools.

okaufmann avatar okaufmann commented on July 1, 2024 1

Unchecking the Service Workers' "Update on reload" worked for me too.

image

Worked for me too

from devtools.

luanhenzo avatar luanhenzo commented on July 1, 2024 1

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.

from devtools.

Akryum avatar Akryum commented on July 1, 2024

I can't reproduce with the provided repo on Chrome/Linux.
image
image

from devtools.

AndrianLeah avatar AndrianLeah commented on July 1, 2024

Since last version I see the Vue tab but every time the page gets refreshed the plugin stops working and I have to close and reopen the tab. This didn't happen with legacy version.

from devtools.

PabloBagliere avatar PabloBagliere commented on July 1, 2024

@Akryum I don't know how else to help you to reproduce the error. When I click on the vue logo it does not open the dialog box in the new version.
In the video you can see that the dialog box does not open and the devtool does not appear and I use the example repository that I gave you.

Grabacion.de.pantalla.desde.15-02-24.09.04.38.webm

from devtools.

Akryum avatar Akryum commented on July 1, 2024

Can you try:

  • restarting chrome
  • restarting the computer
  • another browser such as Firefox or Edge

and report back?

from devtools.

SkySor44 avatar SkySor44 commented on July 1, 2024

from devtools.

Akryum avatar Akryum commented on July 1, 2024

Check that the extension has 'Site access' setting set to 'On all sites':

image

from devtools.

Akryum avatar Akryum commented on July 1, 2024

Could you try clearing the extension storage?

Make sure to have 'Developer mode' enabled in the Extensions page:

image

Open the extension menu and click on 'Inspect Popup':

image

In the Chrome devtools that opens, go to the 'Application' tab and right-click on the item below 'Local storage' and click on 'Clear':

image

from devtools.

Akryum avatar Akryum commented on July 1, 2024

Does it work in edge?

from devtools.

PabloBagliere avatar PabloBagliere commented on July 1, 2024

Yes in edge and breave (firefox did not update the version) that seems to me the strangest thing so I started the issues.

Example photo

edge:
image

image

Brave:

image

image

from devtools.

jsodeman avatar jsodeman commented on July 1, 2024

Same issue on Chrome 121.0.6167.185 Windows 11. The panel just stopped opening within the last 2 days. Restarted the everything, tried the cache clearing from a few posts above. It's not site specific.

Edit: the downgrade to 6.5.1 fixed it for me too. 6.6.0 looks like a big update, must be something causing problems in there.

from devtools.

Zenkylo avatar Zenkylo commented on July 1, 2024

The extension randomly stopped working for me using Brave. Was using it for years with no issues. I also tried re-installing the legacy version and that also wouldn't work. I cleared every setting I could in Brave and neither would work. I did notice it worked in incognito, however.

I restarted my computer. No effect.
I uninstalled and re-installed Brave. No effect.
I uninstalled and purged everything Brave on my computer. On Mac this was /Users/{user}/Library/Application Support/BraveSoftware, then reinstalled Brave and installed the extension. This worked. However, I've lost all my browser preferences, settings etc., which I was prepared for. Quite a damper on my workflow. I'd suggest at least exporting your bookmarks before you do a fresh re-install.

Not sure if a Brave or extension issue.

Edit: I've never users the Brave profile functionality but perhaps that would help mitigate any loss of preferences, settings, etc.

from devtools.

AdoKevin avatar AdoKevin commented on July 1, 2024

Hey guys, it seems that FORCE REFRESH can be helpful. My setps are:

  1. closing the chrome developer tools,
  2. FORCE REFRESH (Ctrl + F5 or Ctrl + Shift + F5 depends on your setting) the page,
  3. open chrome devtools again. Finally, I got the Vue DevTools again.

Hope this trick can inspire somebody to resole this. @Akryum are there something wrong with extension initilization lifecycle?

Version 1.62.165 Chromium: 121.0.6167.184 on Windows 11. Vue 2.7 load from cdn.

from devtools.

mohamad68 avatar mohamad68 commented on July 1, 2024

vue-dev tools not working any more

from devtools.

Akryum avatar Akryum commented on July 1, 2024

Maybe you can try to create a new profile.


Could anyone also try to right-click in the blank extension drop-down and paste the console content?

from devtools.

vogtm avatar vogtm commented on July 1, 2024

All right I was faffing around a bit - same train of thought.

With the chrome devtools for the devtools open, and reloading it with 'cmd r' the vue devtools show up and the console logs:

Bildschirmfoto 2024-02-20 um 18 42 37

Edit: oh, when then clicking on the vue devtools tab, it will open propperly and the devtools devtools will show another warning:
Bildschirmfoto 2024-02-20 um 18 48 16

from devtools.

vogtm avatar vogtm commented on July 1, 2024

Maybe you can try to create a new profile.

Could anyone also try to right-click in the blank extension drop-down and paste the console content?

Tried it, and - at least for me - it seemed to work after installing the vue devtools on that profile.
Also the errors above does not appear with the new profile.

Will investigate further

from devtools.

jsodeman avatar jsodeman commented on July 1, 2024

I tried my laptop and devtools is working on it, but not on my desktop. Both are running the same version of Chrome, both on up to date Windows 11, both signed into the same Google account. Same code, same version of node.

from devtools.

woodinteractive avatar woodinteractive commented on July 1, 2024

I work in a team with three other developers. All of us are using the same computers, the same version of OS, the same browsers (same version, Chrome Version 121.0.6167.184 (Official Build) (arm64)), and the same projects from the same repo. They aren't having any issues with the extension whereas I am.

I installed the DevTools extension on Firefox and was able to get it to load, however, it wouldn't register Pinia. This feels like a cache issue related to the browser at the OS level or something beyond my ability to diagnose.

from devtools.

skjnldsv avatar skjnldsv commented on July 1, 2024

It's not a matter of it being acceptable, it's all about trying to find the cause of the issue.

Sorry, should I been more clear πŸ™ˆ
The bug is fine, it happens! What is not acceptable is "creating a new profile" as a workaround imho :)

from devtools.

jsodeman avatar jsodeman commented on July 1, 2024

A note for those using Vue 3 and Vite, you can use this plugin or app instead:

https://devtools-next.vuejs.org/

from devtools.

qroulland avatar qroulland commented on July 1, 2024

The solution of @urbgimtam works for me on MacOS Chrome πŸ™ŒπŸ»

from devtools.

llemllen avatar llemllen commented on July 1, 2024

Worked remove 'update on reload'.
When Vue DevTools cannot be opened, it may cause some other extensions to fail to popup. Restarting the browser is required for them to popup again.

from devtools.

juanhuerta avatar juanhuerta commented on July 1, 2024

@mohamad68 removing "update on reload" check worked for me, thanks!

from devtools.

CameronSmithSPT avatar CameronSmithSPT commented on July 1, 2024

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.

from devtools.

GuyGeva93 avatar GuyGeva93 commented on July 1, 2024

Hello, is there any update? Does the newest version work?

from devtools.

jsodeman avatar jsodeman commented on July 1, 2024

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.

from devtools.

xiaoxustudio avatar xiaoxustudio commented on July 1, 2024

I had the same problem on Edge browser, react devtool will add options here, but vue devtool can't find any entry.

react devtools
屏幕ζˆͺε›Ύ 2024-03-10 150108
vue devtools
屏幕ζˆͺε›Ύ 2024-03-10 150116

from devtools.

xiaoxustudio avatar xiaoxustudio commented on July 1, 2024

I had the same problem on Edge browser, react devtool will add options here, but vue devtool can't find any entry.

react devtools 屏幕ζˆͺε›Ύ 2024-03-10 150108 vue devtools 屏幕ζˆͺε›Ύ 2024-03-10 150116

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

from devtools.

urbgimtam avatar urbgimtam commented on July 1, 2024

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?

from devtools.

Dual-Ice avatar Dual-Ice commented on July 1, 2024

Unchecking the Service Workers' "Update on reload" worked for me too.
But tools behaves strange and sometimes couldn't shows updated information

from devtools.

jankrnavek avatar jankrnavek commented on July 1, 2024

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...

from devtools.

urbgimtam avatar urbgimtam commented on July 1, 2024

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?

from devtools.

Dual-Ice avatar Dual-Ice commented on July 1, 2024

Also vue-devtools can be downgraded to 5.6, but for me it isn't comfortable

from devtools.

sed9xa avatar sed9xa commented on July 1, 2024

image
This worked perfectly fine for me
I think there is something with nuxt devtools version.

from devtools.

didaquis avatar didaquis commented on July 1, 2024

I have same problem on macOS using Chrome.

from devtools.

luanhenzo avatar luanhenzo commented on July 1, 2024

Fixed in @nuxt/devtools 1.1.5.

from devtools.

KaskoYurii avatar KaskoYurii commented on July 1, 2024

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.

from devtools.

j-chronogram avatar j-chronogram commented on July 1, 2024

Thanks. Disabling Nuxt Devtools made Vue Devtools panel appear again.

This worked for me as well, thank you!

from devtools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.