addon-db.json not found when building the static website
See original GitHub issueUsing these 2 packages:
"@kadira/react-storybook-addon-info": "^3.2.1",
"@kadira/storybook": "^2.13.0",
I’m having a 404 on addon-db.json when running the static website built with build-storybook -o _docs
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
react-storybook/CHANGELOG.md at master - GitHub
v2.35.1. Revert PR653 where it's causing HMR to not working properly. ... Copy the addon-db.json file when building static storybooks PR417.
Read more >How to handle JSON in static web server? - Stack Overflow
Parsing JSON and serving static files are, by definition, not compatible. You need to not use the static server, and write a proper...
Read more >Configure Azure Static Web Apps - Microsoft Learn
Configuration for Azure Static Web Apps is defined in the staticwebapp.config.json file, which controls the following settings:.
Read more >mozilla-central: changeset 346385 ... - Mercurial
Find changesets by keywords (author, files, the commit message), revision number or hash, or revset expression. Merge inbound to central, a=merge ...
Read more >Simple Saving and Loading with JSON to a File (Unity Tutorial ...
Series Playlist: https://www.youtube.com/playlist?list=PLzDRvYVwl53vRrMuPBkNNZUmnl1jCHcHsGrab the Project files and Utilities at ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Confirmed it’s fixed. Thanks @mnmtanish
Thanks, I’ll retest this 😃