Devtools are no longer working since Electron 7
See original GitHub issueIssue
Clicking the Redux tab inside Chrome Devtools in an Electron 7 app throws the following error:
[15656:1027/154530.726:ERROR:CONSOLE(2153)] "Uncaught Error: Connect to unknown extension [object Object]", source: electron/js2c/sandbox_bundle.js (2153)
This didn´t happen before Electron 7.
To install the extention, electron-devtools-installer is used.
Reproduction steps
- git clone https://github.com/TomTomB/electron-ngrx-redux-issue.git
- Run npm i && npm start
- Inside Chrome Devtools click the Redux tab
- Look inside your console
System infos
- Windows 10 Pro x64 Build 1903
- Electron 7.0.0
- electron-devtools-installer 2.2.4
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5
Top Results From Across the Web
Not able to open "Developer Tools" in Electron App
I have tried mainWindow.webContents.openDevTools() after assigning mainWindow . But not working. I am not getting any error on console.
Read more >Application Debugging | Electron
The Chromium Developer Tools can be used to debug Electron's main process thanks to a closer collaboration between Google / Chrome and Node....
Read more >Electron Platform Guide - Apache Cordova
Working with a Cordova project, it is recommended to create an Electron settings ... DevTools are shown by default on Debug Builds (...
Read more >Developer Tools secrets that shouldn't be secrets
This is Chrome, Microsoft Edge, Brave and many more. ... Edge Developer Tools work closely with Google on bringing the work we add...
Read more >Browser console shows DevTools failed to load SourceMap ...
Solution · Go to the developer tools (F12 in the browser); · Select the Cogwheel in the upper right corner; · In the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Updating Electron to 7.0.1 fixed the issue for me.
Same issue in macOS Mojave