Application Error net:: ERR_CONNECTION_TIMED_OUT (http://169.254.80.80:8080/)
-
I have been trying everything but I can’t seem to find a way to resolve this issue.
I have turned off my firewall and also antivirus but not luck.
-
@Hamid ip starting with 169 is inaccessible afaik.
-
What is your phone’s ip? Can you ping your phone from your dev machine? Are they both on the same network?
-
@dobbel
I can ping it. -
your dev machine is not on the same network as your phone.
You should set host to 192.168.0.67(dev machine) in quasar.conf instead of 169.254.80.80.
-
@dobbel
Still getting the same error. -
hmm what else can I think of:
https = true
in quasar.conf- set port to
80
- try another phone
- Uninstall any antivirus or vpn software.
btw can you phone connect to your app on your host machine’s ip + port when you run your app in SPA mode?
-
@dobbel Hi, Sorry for the late replay.
I have done everything you asked but I’m still not having any luck.I can’t open the app through my phone when SPA mode as well.
I tried another phone but the same problem.
-
last thing I can think about:
- try another computer or VM.
- remove SIM card from phone.
- disable all other network adapters on your computer.
-
@Hamid if you can’t open your app in your mobile browser it just mean you haven’t opened your firewall from your dev machine or your mobile isn’t in the same network.