Closed SapiensAnatis closed 5 months ago
Hey, thanks for giving it a try! If the panel is visible, then the extension should be working as expected. Can you try...
Otherwise, I don't really know what else could be causing the issue there, I might need you to install from a temporary branch with some logging and see if it prints anything for you. I'll create and push it when all the following above doesn't work.
On that note, if you're downloading from the releases tab and installing it from the .zip
file (not .xpi
), you're probably running it as an unpacked extension, and it might have limited site access or some other restricted permissions that needs to be enabled in the settings.
Ah - I got it to work, I needed to click on the extension menu and grant it permissions for localhost. 🤦
Sorry for the user error!
I am facing the same problem on Firefox and I have tried granting it permissions for localhost as well as all websites. But it still shows the same error: "No Svelte app detected"
Firefox 128.0.3 Svelte Devtools 2.2.2 installed from releases page Svelte 4.2.18 Svelte-kit 2.5.18
I have tried in both Incognito tab as well as normal tab.
Edit: Sorry, I just now tried again in normal tab and it is working fine. Not working in incognito tab even though I have granted the permission.
Thanks for making this extension! In my day job I find the react devtools to be very useful so was excited to learn there is something similar for Svelte. Unfortunately I cannot get it to work on my system :(
Describe the bug The extension panel is visible, but the dev tools will not open
To Reproduce This happens on my main project, but I was able to reproduce with the template:
then in Firefox and Chromium I get
The options I used in the template were
The package.json of the demo app shows it is Svelte 4,
And SvelteKit should set the dev mode automatically (indeed,
import { dev } from '$app/environment'
is true)Expected behavior The dev tools appear and allow me to inspect my app
Environment
pnpm-lock.yaml
)