-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Possible to configure sockjs url? #1249
Comments
Closing - not sure how I missed the 'public' configuration property. |
Hey @leepowellcouk ! |
same ^ |
The |
Any solution to this? I've set |
I have a very simple setup of the webpack-dev-server running on port 8080 behind an nginx proxy listening on port 80 and routing traffic to the upstream server. However, I'm getting lots of console log errors when the server tries to access the sock.js instance:
Is is possible to configure the setup of sock.js to go straight to:
I've looked at the documentation and tried using the proxy option, but nothing seems to work.
Here is my config, created by the vue-cli package using the webpack-simple template:
The text was updated successfully, but these errors were encountered: