You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dev server does not recognise the proxy setup and returns Cannot GET /test
For Bugs; How can we reproduce the behavior?
If the proxy config is changed to an array with the current object as a single value it works as intended. The initial config should be valid though following the options schema.
Code
Expected Behavior
Dev server should proxy request http://localhost:8000/test to http://localhost:8080/test.
Actual Behavior
Dev server does not recognise the proxy setup and returns
Cannot GET /test
For Bugs; How can we reproduce the behavior?
If the proxy config is changed to an array with the current object as a single value it works as intended. The initial config should be valid though following the options schema.
Minimal repository to reproduce error: https://github.com/petterm/webpack-dev-server-test
The text was updated successfully, but these errors were encountered: