-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Webpack dev server proxy failing #6762
Comments
Any update here? 🙏 |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
@majames Sorry for the late reply. Have you tried running with the |
@majames You can use the The feature still needs documentation. We could use your help with that. We don't use webpack-dev-server directly. We use the devMiddleware: which doesn't support proxies |
Thanks for following up @shilman and @ndelangen! I'll check it out and see whether it solves the problem for my use case! 🙂 |
Describe the bug
I am using storybook in full control mode and attempting to add a proxy to the webpack dev server for certain requests (as the backend API I'm querying is served off a different
localhost
port). This is failing to work.To Reproduce
config
with adevServer.proxy
Code snippets
System:
5.0.10
Apologies if this is a duplicate, however #208 and the other issues I found didn't seem to address this.
Any help would be much appreciated! 🙂
The text was updated successfully, but these errors were encountered: