-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Proxy bypass not working in 1.15.0 #560
Comments
Confirmed this is also happening with |
Could you try out if #563 works for you? |
@SpaceK33z I'm now getting Not sure if that's from this or if I'm missing something else. I'll look a little deeper. |
@cletusw, you need to run |
@SpaceK33z That did it! Working fine now, thanks! |
@cletusw, awesome! There are a few other small bugs in |
Would it be possible to make a release now, just for this, since it's a P0? A lot of my team members keep hitting this issue and wasting time debugging until they find this ticket. |
@SpaceK33z we had to fix out version to 1.14.1 (instead of ^1.14.1) for now, which is not a very good practice. On top of that you might want to increase the test coverage here to reduce the risk of having another breaking change when upgrading the minor version. |
@txangel, I'm trying, but it is out of my hands (I have no permissions to publish to npm). You're right in that there should be test coverage. It is very hard to test the dev-server thoroughly though, but there are some things we could test in isolation. |
This has been released as part of |
Thank you! |
A
webpack.config.js
like this (mostly pulled from the docs)works fine with
webpack-dev-server@1.14.1
, but after updating to1.15.0
, I getLooks like this is the commit that adds
http-proxy-middleware
.The text was updated successfully, but these errors were encountered: