-
-
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
Storybook starts with error: Failed to execute setItem on Storage #452
Comments
Hi @Donaldini |
Couldn't share the code because it's a private repo, but we managed to fix the issue ourselves (should've waited longer to post this :-) ) . The problem was linked to the local storage of the browser (in my case Chrome 53.0.2785.113), because when I tried it in Firefox, which I don't often use, the problem was non-existent. I can only show you what it currently looks like in Firefox (even though it's not giving me issues just yet): My Chrome > Developer Tools > Application > Storage > Local Storage was filled with items like the screenshot above. After clearing the storage the problem was resolved. Maybe Storybook isn't cleaning its sessions that good up until the point where the local storage is saturated? :unsure: TL;DR
|
We may need to look at how we use local storage. |
Fixed with |
On starting storybook I get the following error
Failed to execute 'setItem' on 'Storage': Setting the value of 'cb0320b0-988a-47a9-8aa0-c7a963e524bb' exceeded the quota.
Already tried...
The text was updated successfully, but these errors were encountered: