-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
sockPath, sockPort, sockHost are ignored (regression from #5069) #5372
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
Comments
When working with subPath different of |
Possibly related to #4400 |
Seems to be fixed in 4.4.1 |
Still appears to be an issue for me. This is my current config
In the previous version it was attempting to reach Gonna continue to play around with it to see if I can get a fix |
This is working for me:
Don't forget the |
I confirm that #4800 fixed my issue. (release 4.4.0) |
@sraillard thanks for your help Right so a few interesting issues
If you don't specify "public", it appears sockpath is never used. So sockpath now appears to be getting changed. However I have noticed that since sockpath has been updated. The actual sockjs endpoint is no longer For some reason If I dont set my public path to '/' it fails to work on the dev server. The template index.html file is never updated to reflect the real contents, it serves the template. nginx is proxying to Update
And changing nginx config from
obviously So this issue of #5372 appears to be fixed providing you also configure I appear to be running into difference issues now. |
To add another weird part of it is if you add a port to the Edit: But I would like to confirm that you don't need the weird |
sockHost is still being ignored My workaround (or maybe just the correct way to do this): "devServer": {
...
"public": 'farmers.local',
... |
Hi there, I ran into this issue today. What's the current issue status? I'm running:
|
Version
4.3.1
Environment info
Steps to reproduce
Hello,
In my application I have a subpath:
http://my-app/my-path/
So I use sockPath sockHost in my vue.config.js.
What is expected?
sockPath, sockHost and sockPort are ignored
What is actually happening?
With vue/cli-service 4.1.2 it's working
With 4.2.0 it's not working anymore.
It's due to this change: #5069
Maybe by default, the sockPath can be the publicPath ?
The text was updated successfully, but these errors were encountered: