devtool icon indicating copy to clipboard operation
devtool copied to clipboard

Only works on device that is running on

Open eorroe opened this issue 9 years ago • 3 comments

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

eorroe avatar Feb 04 '16 07:02 eorroe

As a workaround, you can forward the port to 127.0.0.1, I do a similar thing for the NW.js debugger: https://github.com/nwjs/nw.js/issues/1444#issuecomment-179926199

MadLittleMods avatar Mar 17 '16 20:03 MadLittleMods

@MadLittleMods thanks I'll try that

eorroe avatar Mar 17 '16 20:03 eorroe

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

mattdesl avatar Mar 19 '16 13:03 mattdesl