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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Server does not work in v7 mode #21003

Closed
tmeasday opened this issue Feb 8, 2023 · 3 comments
Closed

Bug: Server does not work in v7 mode #21003

tmeasday opened this issue Feb 8, 2023 · 3 comments

Comments

@tmeasday
Copy link
Member

tmeasday commented Feb 8, 2023

Seems an issue with the indexer

WARN 馃毃 Extraction error on stories/button.stories.json: Error: No matching story indexer found for /Users/tom/GitHub/tmeasday/archive-storybook/stories/button.stories.json
WARN 馃毃 Extraction error on stories/header.stories.json: Error: No matching story indexer found for /Users/tom/GitHub/tmeasday/archive-storybook/stories/header.stories.json
WARN 馃毃 Extraction error on stories/page.stories.json: Error: No matching story indexer found for /Users/tom/GitHub/tmeasday/archive-storybook/stories/page.stories.json
WARN Force closed manager build
@tmeasday
Copy link
Member Author

tmeasday commented Feb 8, 2023

PS we can create a sandbox for server by either using the default template (which connects to a hosted server) or even just pointing it at the static directory.

@shilman shilman self-assigned this Feb 10, 2023
@shilman
Copy link
Member

shilman commented Feb 10, 2023

Temporary workaround: run in v6 mode in .storybook/main.js:

export default {
  features:  {
    storyStoreV7: false,
  }
}

@shilman
Copy link
Member

shilman commented May 10, 2023

@shilman shilman closed this as completed May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants