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

Running chromatic storybook build for the first time hangs indefinitely #790

Open
miketalley opened this issue Jul 18, 2023 · 1 comment
Labels
bug Classification: Something isn't working needs triage Tracking: Issue needs confirmation

Comments

@miketalley
Copy link

Bug report

Just installed storybook@7.1.0 and had not yet run any builds. I installed chromatic@6.19.9 and tried to run npx chromatic --project-token=<token> and the process hangs indefinitely. I tried killing it and running it again several times with the same result.

I finally looked at the build-storybook.log and saw the last line asking if I would like to provide data about crash reports [Y/n]. I think the problem may be that chromatic is running the build with the --silent flag, which gives no indication that storybook is stopped at the the crash reports prompt.

I solved the issue by running npm run build-storybook, where I was able to see the prompt and answer it, then when I subsequently ran chromatic again everything works.

@miketalley miketalley added bug Classification: Something isn't working needs triage Tracking: Issue needs confirmation labels Jul 18, 2023
@mmirus
Copy link

mmirus commented Aug 18, 2023

I've hit this as well--super confusing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Classification: Something isn't working needs triage Tracking: Issue needs confirmation
Projects
None yet
Development

No branches or pull requests

2 participants