We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
3.11.0
https://github.com/NateScarlet/issue-repro/tree/vue-cli-1
Environment Info: System: OS: Windows 7 CPU: (8) x64 Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz Binaries: Node: 10.16.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.16.0 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 6.11.1 - C:\Program Files\nodejs\npm.CMD npmPackages: @vue/cli-overlay: 3.11.0 @vue/cli-service: ^3.11.0 => 3.11.0 @vue/cli-shared-utils: 3.11.0 @vue/component-compiler-utils: 3.0.0 @vue/preload-webpack-plugin: 1.1.1 @vue/web-component-wrapper: 1.2.0 vue: ^2.6.10 => 2.6.10 vue-hot-reload-api: 2.3.3 vue-loader: 15.7.1 vue-style-loader: 4.1.2 vue-template-compiler: ^2.6.10 => 2.6.10 vue-template-es2015-compiler: 1.9.1 npmGlobalPackages: @vue/cli: Not Found
git clone -b vue-cli-1 https://github.com/NateScarlet/issue-repro.git
cd issue-repro
npm install
npm run serve
http://localhost:8080/abc
Sockjs connection established correctly
Can not establish connection.
Related to:
https://support.mozilla.org/bm/questions/1253577
https://bugzilla.mozilla.org/show_bug.cgi?id=1536843
facebook/create-react-app#6720
The text was updated successfully, but these errors were encountered:
fix: should not proxy sockjs endpoint
be1d382
fixes vuejs#4504 thanks to facebook/create-react-app#7444
fix: should not proxy sockjs endpoint (#4550)
72ba750
fixes #4504 thanks to facebook/create-react-app#7444
7554764
fixes #4504 thanks to facebook/create-react-app#7444 (cherry picked from commit 72ba750)
Successfully merging a pull request may close this issue.
Version
3.11.0
Reproduction link
https://github.com/NateScarlet/issue-repro/tree/vue-cli-1
Environment info
Steps to reproduce
git clone -b vue-cli-1 https://github.com/NateScarlet/issue-repro.git
cd issue-repro
npm install
npm run serve
http://localhost:8080/abc
in Firefox 68What is expected?
Sockjs connection established correctly
What is actually happening?
Can not establish connection.

Related to:
https://support.mozilla.org/bm/questions/1253577
https://bugzilla.mozilla.org/show_bug.cgi?id=1536843
facebook/create-react-app#6720
The text was updated successfully, but these errors were encountered: