sveltejs / svelte-devtools

A browser extension to inspect Svelte application by extending your browser devtools capabilities
https://chromewebstore.google.com/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
MIT License
1.4k stars 79 forks source link

Cannot see devtools tab #176

Closed buhodev closed 8 months ago

buhodev commented 8 months ago

Describe the bug After installing the extension from the store, reloading Chrome, restarting my PC, clicking on the Svelte Devtools extension icon, etc. The tab doesn't appear in my devtools.

image

To Reproduce Steps to reproduce the behavior:

  1. Install extension from chrome store
  2. Visit localhost with a sveltekit project running in dev mode
  3. Click on extension icon (this does nothing)
  4. Open devtools
  5. See error: (Svelte Devtools tab doesn't appear)

Expected behavior Svelte Devtools tab should appear

Environment

Additional context Great talk! :smile:

Gokulnath31 commented 8 months ago

Facing the same issue mentioned above

ignatiusmb commented 8 months ago

Heya, thank you! Regarding the panel not showing up in the tabs, can you make sure all the options in the "Service workers" page are turned off (as shown in the image below).

image

If it still doesn't show up, it may be some other options that was tweaked that I haven't encountered yet. In that case, you may need to reinstall your browser. You could also try installing the extension on a fresh install of another chromium browser to make sure it works on the default settings on your device.

buhodev commented 8 months ago

It worked by turning off "Update on reload". Thanks :smile:

MrRoyce commented 4 months ago

Same for me. Not working Chrome: M1 MBP Version 121.0.6167.85 (Official Build) (arm64) Svelte: 4.2.8