MarshallOfSound / electron-devtools-installer

An easy way to ensure Chrome DevTools extensions into Electron
MIT License
1.11k stars 136 forks source link

"Extension server error: Operation failed: Permission denied", source: devtools://devtools/bundled/extensions/extensions.js #230

Open nukeop opened 1 year ago

nukeop commented 1 year ago

electron-devtools-installer: 3.2.0 electron: 12

I started getting this error today. Any clue what happened?

javierguzman commented 1 year ago

Nobody has a workaround or something?

blakewatson commented 1 year ago

Also getting this error.

blakewatson commented 1 year ago

I’m still seeing errors but I was eventually able to get Vue devtools to load by serving my index.html file on localhost and using win.loadURL('http://localhost:8080'); rather than win.loadFile('index.html');.

I’m only loading it that way in development, of course.

Edit: oh and I upgraded Node to current LTS (18.16.1 as of this comment)