Skip to content
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

Tried to switch from 2.5.0 to 2.7.0 #1027

Closed
webpack-bot opened this issue Aug 9, 2017 · 3 comments
Closed

Tried to switch from 2.5.0 to 2.7.0 #1027

webpack-bot opened this issue Aug 9, 2017 · 3 comments
Labels

Comments

@webpack-bot
Copy link

Do you want to request a feature or report a bug?
Seems to be a bug or requires slightly different configuration.

What is the current behavior?
When using 2.7.0 I cannot connect to the sockjs-node since it uses a path with two slashes in it.
//sockjs-node instead of /sockjs-node.

If the current behavior is a bug, please provide the steps to reproduce.
Seems to be a bug switching back to 2.5.0 makes it work right away.
Seems to be related to how client now calculates the socket path not removing a single /

What is the expected behavior?
Both 2.5.0 and 2.7.0 should work the same regarding this part.
Since this didn't work I didn't investigate further but my proxies also seemed affected.

If this is a feature request, what is motivation or use case for changing the behavior?
I think it's broken, but maybe it's a new requirement in the config.

Please mention other relevant information such as the browser version, Node.js version, webpack version and Operating System.
I am using 6.11 node.
Mac OS X 10.12.6


This issue was moved from webpack/webpack#5464 by @sokra. Orginal issue was by @richtera.

@dylansmith
Copy link

2.7.0 appears to have been unpublished from npm.

@shellscape
Copy link
Contributor

2.7.0 was unpublished due to an uncaught regression. Please use 2.7.1 instead.

@richtera
Copy link

richtera commented Aug 9, 2017

Checked 2.7.1 works :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants