Skip to content
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

[Bug]: Editing Story: Lost connection to the Storybook server #28381

Open
ngrippa opened this issue Jun 28, 2024 · 0 comments
Open

[Bug]: Editing Story: Lost connection to the Storybook server #28381

ngrippa opened this issue Jun 28, 2024 · 0 comments

Comments

@ngrippa
Copy link

ngrippa commented Jun 28, 2024

Describe the bug

Whenever I edit a story or create a new one the storybook sever crashes.
This happens on an empty project after running npx storybook@latest init selecting Vue3 + Vite (TS)
This sadly only happens on my machine (Win 11) and I can not reproduce it on Stackblitz.

Reproduction link

https://stackblitz.com/edit/vitejs-vite-yvbiws?file=package.json

Reproduction steps

  1. Create empty Folder and cd into it
  2. npx storybook@latest init
  3. Select Vue3 + Vite (TS)
  4. When ready, click on Button->primary
  5. Edit the label
  6. Save the story
  7. The message "Lost connection to the Storybook server" appears
  8. The console shows no errors or any other kind of information
  9. When reloading the browser the page reloads indefinetly -> The Dev Server has crashed without any output

System

Storybook Environment Info:

  System:
    OS: Windows 11 10.0.22631
    CPU: (12) x64 13th Gen Intel(R) Core(TM) i7-1365U
  Binaries:
    Node: 20.13.0 - C:\Program Files\nodejs\node.EXE
    npm: 10.7.0 - C:\Program Files\nodejs\npm.CMD <----- active
  Browsers:
    Edge: Chromium (126.0.2592.68)
  npmPackages:
    @storybook/addon-essentials: ^8.1.11 => 8.1.11
    @storybook/addon-interactions: ^8.1.11 => 8.1.11
    @storybook/addon-links: ^8.1.11 => 8.1.11
    @storybook/blocks: ^8.1.11 => 8.1.11
    @storybook/test: ^8.1.11 => 8.1.11
    @storybook/vue3: ^8.1.11 => 8.1.11
    @storybook/vue3-vite: ^8.1.11 => 8.1.11
    storybook: ^8.1.11 => 8.1.11

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants