-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: Failed to load resource: net::ERR_CONNECTION_REFUSED #37
Comments
Hello @SgtPepper27 It's happening to me too. The problem about webpack-dev-server's last version. It's webpack-dev-server bug. You can track the bug from webpack/webpack-dev-server#882 Also, your problem can be about antivirus or system firewall. Please check firewall configurations. If you are using emulator, problem can be related with emulator too. Have a great day! |
Hello again @SgtPepper27 I updated the template to version 1.1.0. Please use the latest version. I'm waiting your response for close the issue. Have a great day! |
Perfect, thanks a lot !! |
Your welcome @SgtPepper27 Have a great day! |
I also have this problem . @centrual @SgtPepper27 Are you solved? |
@centrual: I too am facing this issue when live reloading to an Android phone or emulator. Are there particular Webpack config settings to fix this issue? I am using the latest version of this template and webpack-dev-server but still getting a connection error. Would greatly appreciate your help. |
Hi,
I have some problems with the "livereload" function under android.
First I´ve created a new project, added platforms and tried to run it:
1:
cordova run browser -- --lr
----> Everyhing works fine, got directed to 127.0.0.1:80812:
cordova run android -- --lr
---> I got a connection error.Will i have to do some additional configurations (webpack.config.js) ????
Thx in advance ....
The text was updated successfully, but these errors were encountered: