zalmoxisus / remotedev

Remote debugging for any flux architecture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using remotedev to connect with electron redux tools

xaviergonz opened this issue · comments

I have a dependency that uses remotedev to connect to the redux store.

https://github.com/mobxjs/mobx-state-tree/blob/1b8614a454c9af2acbf06cb7a8d470c95a1d0e96/packages/mst-middlewares/src/redux.ts#L56

In the web everything is fine and that connects to the chrome extension, however in an electron app that installs the redux extensions using electron-devtools-installer, the electron redux tab says

No store found. Most likely you did not allow access to file URLs. See details.

Am I doing something wrong or does remotedev just not support this use case?

found the problem, I had to enable file access for the extension of my local chrome (I didn't know the settings were shared between chrome and electron, weird)