1

i connected my phone to the same wifi network as my laptop . When i run ionic serve in my laptop i am able to see the app in my phone using ionic DevApp , but when i click on i am getting error as devapp=true could not be loaded because ERR_ADDRESS_UNREACHABLE.

  • Can you manually open the IP address that is shown in `ionic serve` in the browser of your mobile device? – janpio Nov 23 '17 at 17:58

2 Answers2

0

Turning off the firewall solved that error for me.

AbdullahA
  • 113
  • 1
  • 8
0

Instead of disabling firewall, just allow Node.js access through firewall.

AVD
  • 41
  • 1
  • 7