No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    ERR_CONNECTION_TIMED_OUT in android dev mode

    Framework
    1
    2
    875
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      kiril4913 last edited by

      I try to run my app on android in the dev mode and I use the command:
      quasar dev -m cordova -T android

      But I get the ERR_CONNECTION_TIMED_OUT (http://10.51.243.28:8080/) alert error.

      Here is the log of the build:
      Dev mode… cordova
      Quasar theme… mat
      Quasar CLI… v0.17.16
      Quasar Framework… v0.17.13
      Debugging… enabled

      app:quasar-conf Reading quasar.conf.js +0ms
      app:external-ip Detected external IP 10.51.243.28 and using it +12ms
      app:dev Checking listening address availability (10.51.243.28:8080)… +1ms
      app:webpack Extending Cordova Webpack config +955ms
      app:generator Generating Webpack entry point +70ms
      app:dev-server Booting up… +21ms

      Here is my ipconfig log:
      Connection-specific DNS-Suffix . . . . . :
      Link-local IPv6 Address . . . . . . . . . . . .: fe80::bd9a:5369:ee79:30d9%4
      IPv4-Address . . . . . . . . . . . . . . . . . . . . : 10.51.243.28
      Subnet Mask . . . . . . . . . . . . . . . . . . . . : 255.255.255.248
      Default Gateway . . . . . . . . . . . . . . . . . : 10.51.243.25

      So as I understand it picks the correct IP… have to note that at https://www.myip.com/ I get totally another one: 213.87.144.115

      Now in src-cordova config.xml loadUrlTimeoutValue is 700000 and after timeout the android displays the connection error.

      And curious that if I build the apk it works totally correct.

      I can’t debug my android… really need help.

      1 Reply Last reply Reply Quote 0
      • K
        kiril4913 last edited by

        I have found out the reason of the issue. This behavior was because I used the external GPRS modem with my note… And when I connected to Internet through the common wi-fi it connected to the IP without any problems… It looks like there are some limitations by my provider for making bridge for third-party devices.

        There is only one problem… For some reason it doesn’t load the code sources but the DOM and console are ok…

        1 Reply Last reply Reply Quote 0
        • First post
          Last post