-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
WebSocket connection to 'ws://0.0.0.0:8081/' failed #123
Comments
Cannot repro at my local (macOS 10.12.6). seems like a defect of Don't know if it can solve your problem: try to set host to |
@ulivz THX😘. |
@fjc0k can you explain please how you solved this ? I have the same error on Win 10. Thanks! |
@MartonEstok open @ulivz maybe this is a bug by vuepress webpack config, because the others build tools is ok to use on my computer. |
@ulivz if not a bug, maybe we should doc it. |
// .vuepress/config.js
{
host: 'localhost',
} |
Query - why was this closed? If the default behavior has the error being thrown, shouldn't it be corrected? Or perhaps automatic reload be disabled unless the host config value is set? |
@cfjedimaster It has already been fixed at 4d5c50e, I think. |
Ah - I assume that's not live yet? (I Installed yesterday.) |
Me too. I installed it yesterday and still see the error. Is there any chance to have this fixed? |
me too, I have this issue with |
Platform
Win 8 + Node v9.10.0
Reproduction
git clone https://github.com/fjc0k/blogs.git
yarn & yarn dev
http://localhost:8080/blogs/
WebSocket connection to 'ws://0.0.0.0:8081/' failed: Error in connection establishment: net::ERR_ADDRESS_INVALID
The text was updated successfully, but these errors were encountered: