-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[Bug]: strange Manager.js path that run infinitely in background #30387
Comments
** Disclaimer** This information might be inaccurate, due to it being generated automatically
|
I tried this method, but it didn't solve my problem. |
unfortunately had to rolled back storybook 8.4.5 and works fine. |
I'm encountering a similar issue when deploying to Cloudflare Pages after migrating to 8.5.x. Oddly, the issue is more noticeable in Chrome than other browsers. Specifically, the browser repeatedly tries to fetch a number of Storybook related scripts. All of these fetches cause the following error in the console.
Each of these fetches is actually returning the root Storybook HTML -- so they in turn set off another set of recursive fetches that eventually cause the page to crash after the browser makes tens of thousands of requests. Screen.Recording.2025-02-03.at.4.32.15.PM.movIn my case, the fetches involve paths that look like the following. There are many unique paths, so I've only copied a few.
And they all return the following HTML (not sure what's up with the formatting for my paste):
I've not made any configuration changes in Cloudflare recently and can confirm that the set of files pushed to Cloudflare pre- and post-upgrade to 8.5.x look equivalent. I have several non-Storybook projects on Cloudflare Pages and none of them is experiencing similar issues. |
I am encountering a similar issue (only affects chrome-based browsers). The problem is that With a SPA setup the request will return |
Thanks for narrowing down the issue and providing a workaround. |
Describe the bug
in my project
https://design.copromatic.com/
when you check your console nav you can see many error runs in background with strange url.
i didn't found any relative issues.
https://design.copromatic.com/sb-preview/sb-addons/essentials-backgrounds-5/sb-addons/storybook-core-core-server-presets-0/sb-addons/essentials-viewport-6/sb-addons/links-1/manager-bundle.js
when i run in local with
There is no errors
I use
storybook 8.5.1
vite 6.0.11
cloudflare pages
Reproduction link
https://design.copromatic.com/
Reproduction steps
No response
System
Additional context
No response
The text was updated successfully, but these errors were encountered: