You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storybook is not loading any components. When starting Storybook, the interface opens, but no components are visible in the sidebar. Additionally, the preview area is empty, and there are no error messages or any visible indication of what went wrong. This prevents users from viewing or testing their components within Storybook.
How do we reproduce the bug?
Run npm run storybook or yarn storybook in the project root.
Wait for Storybook to start in the browser.
Observe that the interface loads, but the component list is missing, and the preview area is blank.
Try reloading the page or restarting Storybook, but the issue persists.
What's your environment? (If it applies)
Mac Os, Chrome Browser
Are you interested in working on this?
I'm interested in working on this
The text was updated successfully, but these errors were encountered:
Hi @alissa-pullflow, it seems that your issue might be related to others that have been reported. You can check this similar issue for more context: Can't run Storybook on latest release. It might provide some insights or solutions that could be applicable to your situation.
If you have any more information or updates, feel free to share them here!
This is very unlikely to be your problem, but in case anyone else stumbles here like I did, I had a similar issue. My redwood storybook couldn't load (was 404ing on http://localhost:7910/sb-addons/essentials-toolbars-4/manager-bundle.js - and in fact was not even creating the web/node_modules/.cache/storybook/public/ directory).
It turned out that the issue was @million/lint (a fancy react render tracker that i was trying out) in my web/vite.config.js - i didn't even have the plugin enabled, just the import was enough to break it.
What's not working?
Storybook is not loading any components. When starting Storybook, the interface opens, but no components are visible in the sidebar. Additionally, the preview area is empty, and there are no error messages or any visible indication of what went wrong. This prevents users from viewing or testing their components within Storybook.
How do we reproduce the bug?
Run npm run storybook or yarn storybook in the project root.
Wait for Storybook to start in the browser.
Observe that the interface loads, but the component list is missing, and the preview area is blank.
Try reloading the page or restarting Storybook, but the issue persists.
What's your environment? (If it applies)
Are you interested in working on this?
The text was updated successfully, but these errors were encountered: