Web page not available in ionic3 mobile application

Hi,

I have followed the instruction written in https://auth0.com/docs/quickstart/native/ionic3#configure-auth0 for my own custom mobile application.

However when I deploy the application in a Samsung J7 mobile when the application starts I receive the message:

Web page not available
The web page at http://192.168.188.90:8100/ could not be loaded because:
net:: ERR_ADDRESS_UNREACHABLE

Any suggestions?

Kind Regards

Hey there @symeon.mattes!

Are you sure you precisely followed the steps from tutorial as it was described there?

I guess you specified the url to be at port 8100. Have you tried instead of inserting your IP typing it this way: http:/localhost:8100 ?

Hi @konrad.sopala,

Actually I’m running an application on a mobile device (Samsung J7) through ionic. I don’t have access to a url input, so I can’t type what you’re suggesting. To be honest I don’t know where this message is coming from.

The process described in the tutorial doesn’t work with “ionic cordova run android --livereload” as the tutorial suggests. I tried it without the livereload and it worked fine. I’m not sure if it’s a network issue.