-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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]: Storybook hangs/doesn't finish building 8.4.6/8.4.7 #29828
Comments
** Disclaimer** This information might be inaccurate, due to it being generated automatically
Please provide the contents of your
|
I'm having the same issue
here is my main.ts
This is all working with 8.4.5 for me with 8.4.7 just hanging in my pipeline |
Just adding a comment here to say this is also happening in our app. Haven't had time to debug further. System:
Here is the
|
Describe the bug
We're using Storybook (with React) in version 8.4.5. I noticed that our Renovate update failed for 8.4.6 and now 8.4.7 as well. I didn't create a bug ticket so far, because I cannot reproduce it locally and only see it in our CI (Gitlab).
I decided to create a ticket now as I was checking if someone else has the same problem, but I couldn't find something related. Maybe it helps someone else to jump into the discussion (and ideally a solution later). (#29715 seems to about a different issue.)
Reproduction link
#sorry-:-(
Reproduction steps
No response
System
Storybook in the mentioned versions, Gitlab CI and
$ node -v v22.11.0
.Additional context
The last output I get after running
$ storybook build--output-dir storybook
is this:Afterwards my CI job runs into a timeout. As far as
I tried to get more information by using different log levels and --debug, but I couldn't get more information. I will try to debug more and if I find a solution/workaround I will update (and close) this issue.
The text was updated successfully, but these errors were encountered: