zalmoxisus / remote-redux-devtools

Redux DevTools remotely.
http://zalmoxisus.github.io/monitoring/
MIT License
1.8k stars 138 forks source link

Local server not working #125

Open kroltan opened 5 years ago

kroltan commented 5 years ago

I'm using remotedev with a local server:

const composeEnhancers = composeWithDevTools({
    hostname: "localhost",
    port: 8000,
});

Which the server is then injected into the RN packager with remotedev-debugger --injectserver.

Then the packager is started. I'm able to access the web interface at localhost:8000, but Redux actions performed on the device do not show up. I'm also not unable to edit any settings on the UI, or open the instance selector dropdown at the top.

Both the computer and the android device are on the same network.

Note that at the time of posting this issue, remotedev.io was offline, which might or might not have anything to do with the issue.