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

Local server not working #125

Open
kroltan opened this issue Aug 20, 2018 · 0 comments
Open

Local server not working #125

kroltan opened this issue Aug 20, 2018 · 0 comments

Comments

@kroltan
Copy link

kroltan commented Aug 20, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant