contentful / template-marketing-webapp-nextjs

Next.js marketing website starter template
https://marketing-site.templates.contentful.com/?referrer=github
MIT License
91 stars 84 forks source link

🐛 Bug - Issue with Storybook #302

Open ahziani opened 1 month ago

ahziani commented 1 month ago

Bug report

Summary

I just installed Storybook for my project using npx storybook@latest init following the official documentation. However, when I try to run Storybook, I encounter the following error:

Error: Cannot find module 'next/dist/client/components/navigation' at webpackMissingModule at ./node_modules/@storybook/nextjs/dist/export-mocks/navigation/index.mjs at options.factory ...

Environment

Next.js version: 12.3.1 Storybook version: 8.3.5 Node version: 18

cf-remylenoir commented 1 month ago

Hi @ahziani ,

Thank you for reaching out to us.

Based on the information you provided, it seems your issue might be related to Next.js and Storybook rather than our template.

Nevertheless, have you run the build command before starting Storybook?