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
It's possible for Storybook to encounter a network error when starting its dev server, and when it tries to stringify the error, it encounters a circular object, which then leads to another error. The error output becomes concerned only with this second error, and the original issue is lost entirely.
Here's the full error output:
@storybook/core v8.3.3
info => Starting manager..
TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Object'
--- property 'issuerCertificate' closes the circle
at JSON.stringify (<anonymous>)
at renderHTML (file:///.../common/temp/node_modules/.pnpm/@[email protected]/node_modules/@storybook/core/dist/builder-manager/index.js:2836:41)
at async starterGeneratorFn (file:///.../common/temp/node_modules/.pnpm/@[email protected]/node_modules/@storybook/core/dist/builder-manager/index.js:3054:11)
at async Module.start (file:///.../common/temp/node_modules/.pnpm/@[email protected]/node_modules/@storybook/core/dist/builder-manager/index.js:3146:9)
at async storybookDevServer (...\common\temp\node_modules\.pnpm\@[email protected]\node_modules\@storybook\core\dist\core-server\index.cjs:47306:11)
at async buildOrThrow (...\common\temp\node_modules\.pnpm\@[email protected]\node_modules\@storybook\core\dist\core-server\index.cjs:46581:12)
at async buildDevStandalone (...\common\temp\node_modules\.pnpm\@[email protected]\node_modules\@storybook\core\dist\core-server\index.cjs:48518:78)
at async withTelemetry (...\common\temp\node_modules\.pnpm\@[email protected]\node_modules\@storybook\core\dist\core-server\index.cjs:47080:12)
at async dev (...\common\temp\node_modules\.pnpm\@[email protected]\node_modules\@storybook\core\dist\cli\bin\index.cjs:2877:3)
at async r.<anonymous> (...\common\temp\node_modules\.pnpm\@[email protected]\node_modules\@storybook\core\dist\cli\bin\index.cjs:2929:74)
WARN Broken build, fix the error above.
WARN You may need to refresh the browser.
Reproduction link
N/A
Reproduction steps
We're not exactly sure what caused this, but it seemed to be a transient network issue, since the problem went away on its own after 5-10 minutes.
Describe the bug
It's possible for Storybook to encounter a network error when starting its dev server, and when it tries to stringify the error, it encounters a circular object, which then leads to another error. The error output becomes concerned only with this second error, and the original issue is lost entirely.
Here's the full error output:
Reproduction link
N/A
Reproduction steps
We're not exactly sure what caused this, but it seemed to be a transient network issue, since the problem went away on its own after 5-10 minutes.
System
Additional context
No response
The text was updated successfully, but these errors were encountered: