We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug plugin.client.js:85 WebSocket connection to 'ws://localhost:3085/_content/ws' failed: Error during WebSocket handshake: Unexpected response code: 404
To Reproduce Steps to reproduce the behavior:
nuxt
npx nuxt storybook
Expected behavior No errors
System Environment Info:
System: OS: macOS 10.15.7 CPU: (4) x64 Intel(R) Core(TM) i5-8210Y CPU @ 1.60GHz Binaries: Node: 14.15.4 - ~/.nvm/versions/node/v14.15.4/bin/node Yarn: 1.22.10 - ~/.nvm/versions/node/v14.15.4/bin/yarn npm: 6.14.10 - ~/.nvm/versions/node/v14.15.4/bin/npm Browsers: Chrome: 88.0.4324.192 Firefox: 86.0 Safari: 14.0.3 npmPackages: @storybook/addon-controls: ^6.1.18 => 6.1.18
Additional context Similar issue reported here
The text was updated successfully, but these errors were encountered:
Yee-haw!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.2.0-beta.11 containing PR #14165 that references this issue. Upgrade today to the @next NPM tag to try it out!
@next
npx sb upgrade --prerelease
Closing this issue. Please re-open if you think there's still more to do.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
plugin.client.js:85 WebSocket connection to 'ws://localhost:3085/_content/ws' failed: Error during WebSocket handshake: Unexpected response code: 404
To Reproduce
Steps to reproduce the behavior:
nuxt
(with content module option) and nuxt storybooknpx nuxt storybook
Expected behavior
No errors
System
Environment Info:
System:
OS: macOS 10.15.7
CPU: (4) x64 Intel(R) Core(TM) i5-8210Y CPU @ 1.60GHz
Binaries:
Node: 14.15.4 - ~/.nvm/versions/node/v14.15.4/bin/node
Yarn: 1.22.10 - ~/.nvm/versions/node/v14.15.4/bin/yarn
npm: 6.14.10 - ~/.nvm/versions/node/v14.15.4/bin/npm
Browsers:
Chrome: 88.0.4324.192
Firefox: 86.0
Safari: 14.0.3
npmPackages:
@storybook/addon-controls: ^6.1.18 => 6.1.18
Additional context
Similar issue reported here
The text was updated successfully, but these errors were encountered: