I am working with the new Ionic DevApp and when i connect I start seeing a network error in my app. Is anyone else seeing this. If I just close the screen it works fine. And this does not happen unless I am connected to the dev app.
1 Like
I see in my console:
[ERROR] Error in DevApp service: Error: send ENETUNREACH 10.166.127.255:41234
at Object._errnoException (util.js:1041:11)
at _exceptionWithHostPort (util.js:1064:20)
at SendWrap.afterSend [as oncomplete] (dgram.js:474:11)
i had to add --local to my server because
this started after 3.16.0
https://github.com/ionic-team/ionic-cli/blob/master/CHANGELOG.md
ionic serve --lab --local
ok this DevApp is Awesome
@bforsyth Just curious if you ever found a solution for this. It’s a constant problem for me as well, and really undermines my experience using Devapp.