Upgrade to 6.2.1 caused WSOD
See original GitHub issueDescribe the bug I’ve upgraded from 6.1.11 to 6.2.1 without changing any config, and now starting it causes a WSOD. Here it is: Storybook.zip
I see that when going to localhost:6006 (where it runs) it redirects to localhost:6006/?path=/settings/release-notes which is probably not correct. That is not the starting page that it always used to be.
To Reproduce Steps to reproduce the behavior:
- Have 6.1.11 installed
- Upgrade
- ???
Expected behavior Should keep working
Screenshots No screenshot, it’s a literal white blank screen with absolutely nothing visible, apart from white pixels (and a lot of them).
System
Please paste the results of npx sb@next info here.
System:
OS: Windows 10 10.0.19042
CPU: (12) x64 Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz
Binaries:
Node: 14.16.0 - C:\Program Files\nodejs\node.EXE
npm: 6.14.11 - C:\Program Files\nodejs\npm.CMD
Browsers:
Chrome: 89.0.4389.114
Edge: Spartan (44.19041.423.0), Chromium (89.0.774.63)
npmPackages:
@storybook/addon-docs: 6.2.1 => 6.2.1
@storybook/addon-links: 6.2.1 => 6.2.1
@storybook/addons: 6.2.1 => 6.2.1
@storybook/react: 6.2.1 => 6.2.1
┆Issue is synchronized with this Asana task by Unito
Issue Analytics
- State:
- Created 2 years ago
- Reactions:6
- Comments:41 (15 by maintainers)
Top Results From Across the Web
Blank White Screen Opening ASR Orders after 6.3 Upgrade ...
Customers upgrading from 6.2.1 running with ASR 54 and/or installing 6.3 with ASR 54 may experience the problem described in this document.
Read more >Releases - Local - Local WP
Note: Due to a certificate change in Local, existing Mac users will need to manually download this release to upgrade past previous versions....
Read more >Resolved Issues - Fortinet Documentation Library
FortiExtender, FortiAP, or FortiSwitch upgrades can fail due to custom image being deleted during or after a failed upgrade. 694903, Some firmware upgrade...
Read more >Known issues - Magnolia CMS Docs
This page contains information about common issues you may encounter during system installation or use. If you are upgrading to the 6.2 branch, ......
Read more >Mattermost self-hosted changelog
This changelog summarizes updates for the latest self-hosted versions of ... Fixed an issue where reading a thread on the mobile app caused...
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

Not really a useable workaround in my case, but maybe it’ll help with tracking down the issue:
Upgrading Storybook from
6.1.21to6.3.0also resulted in a WSOD. But, downgradingreactfrom17.0.2to16.14.0does get rid of the WSOD. Which feels weird, since none of my stories use react components (I’m using@storybook/html).Just having react
17.0.2seems enough to result in a WSOD, because even if I remove all react code from the codebase, it still results in a WSOD.@thany I’m going to keep this issue open since it seems other people are hitting the problem. Perhaps we can figure out a more reliable workaround.