-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
Version
3.0.0-beta.15
Reproduction link
https://jsfiddle.net/w0jg8bdr/
Steps to reproduce
Use with nginx
What is expected?
HMR working with nginx
What is actually happening?
I use 3 version of vue cli and nginx. And each vue app have different sockjs-node path.
vue cli 10 have path 0.0.0.0:8082/sockjs-node/*** and it's work
vue cli 12 have path http://localhost.com:8082/sockjs-node/*** and it's work to
vue cli 15 have path http://localhost.com/sockjs-node/*** and it's not work. How you can see port is missing
UPD. If i run app on 0.0.0.0:8082 without nginx all work fine
maybe this commit is the reason or this
It's bug or just I not correct config my app?
Metadata
Metadata
Assignees
Labels
No labels