Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuxt + Devtools inside Electron does not load devtools correctly #603

Open
mccombs opened this issue Feb 24, 2024 · 1 comment
Open

Nuxt + Devtools inside Electron does not load devtools correctly #603

mccombs opened this issue Feb 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mccombs
Copy link

mccombs commented Feb 24, 2024

πŸ› The bug

When using Nuxt + Electron - devtools does not open the correct window/URL:

Screenshot 2024-02-24 at 4 43 37β€―PM

πŸ› οΈ 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

@mccombs mccombs added the bug Something isn't working label Feb 24, 2024
@mccombs mccombs changed the title Devtools Nuxt + Devtools inside Electron does not load devtools correctly Feb 24, 2024
@abarke
Copy link
Sponsor

abarke commented May 6, 2024

I have a related issue using electron@30.0.2 and nuxt-electron@0.7.0

Cannot read properties of undefined (reading 'initFetch')

image

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:  pnpm@8.15.5
- Builder:          -
- User Config:      devServer, ssr, css, modules, electron, ionic, vite, nitro
- Runtime Modules:  @nuxtjs/ionic@0.13.1, nuxt-electron@0.7.0
- Build Modules:    -
------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants