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

Only works on device that is running on #36

Open
eorroe opened this issue Feb 4, 2016 · 3 comments
Open

Only works on device that is running on #36

eorroe opened this issue Feb 4, 2016 · 3 comments
Labels

Comments

@eorroe
Copy link

eorroe commented Feb 4, 2016

I have a node app running on localhost:3000 which works fine

When I do a normal node app.js, on another device I can just route to my local ip: 192.168.1.117:3000 and it connects

When running devtool app.js, connecting to 192.168.1.117:3000 on another device it does not connect

@mattdesl mattdesl added the bug label Feb 10, 2016
@MadLittleMods
Copy link

As a workaround, you can forward the port to 127.0.0.1, I do a similar thing for the NW.js debugger: nwjs/nw.js#1444 (comment)

@eorroe
Copy link
Author

eorroe commented Mar 17, 2016

@MadLittleMods thanks I'll try that

@mattdesl
Copy link
Contributor

Cool, I can add this as a "Gotcha" to the readme until we figure out a better fix. 😄

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

No branches or pull requests

3 participants