-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
start-storybook seems to run, but then displays "Cannot GET /" in the browser #14672
Comments
Oh also, I should add that when I searched for this problem in the other issues, I found a few semi-related posts that mentioned deleting |
Ah, I figured this out! Leaving a comment here in case some other poor soul runs into this in the future. If you've already tried blowing away Reference: https://storybook.js.org/docs/react/api/cli-options |
Glad you figured it out! I'm hoping we can do away with the manager caching soon ... it's good for perf but introduces a lot of unfortunate side effects. |
I had the same issue with v6.3.8, but @kaiyoma saved my day 🤗. |
thank you @kaiyoma, you saved my day!! 🤗 |
Describe the bug
When I run start-storybook, it seems to work correctly, and prints out this message:
However, when I open that link in the browser, I get only this:
System
Additional context
The browser console has only this:
There's nothing interesting in the Network tab in devtools and start-storybook itself doesn't print out any errors. build-storybook works just fine and I can open that in my browser and all the stories load correctly, so the problem here seems specific to start-storybook.
The text was updated successfully, but these errors were encountered: