devtools
devtools copied to clipboard
Nuxt + Devtools inside Electron does not load devtools correctly
🐛 The bug
When using Nuxt + Electron - devtools does not open the correct window/URL:
🛠️ To reproduce
https://github.com/mccombs/nuxt-electron
🌈 Expected behavior
Devtools should open the correct url OR support the ability to change the devtools url.
ℹ️ Additional context
No response
I have a related issue using [email protected] and [email protected]
Cannot read properties of undefined (reading 'initFetch')
I assume it's to do with localhost:3000 so if changing this to 127.0.0.1:3000 would solve this, then the devtools url needs to be configurable IMO.
------------------------------
- Operating System: Windows_NT
- Node Version: v22.1.0
- Nuxt Version: 3.11.2
- CLI Version: 3.11.1
- Nitro Version: 2.8.1
- Package Manager: [email protected]
- Builder: -
- User Config: devServer, ssr, css, modules, electron, ionic, vite, nitro
- Runtime Modules: @nuxtjs/[email protected], [email protected]
- Build Modules: -
------------------------------