简体   繁体   English

Uncaught DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of 'domains' exceeded the quota

[英]Uncaught DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of 'domains' exceeded the quota

This error shows every time in chrome when i open the console.

Uncaught DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of 'domains' exceeded the quota. at HTMLScriptElement.a.onload (https://dl.metabar.ru/static/storage/js/storage.min.js version=201804162002:1:6177) a.onload....

Why is that?

Actually your Storage is full and most likely it is full because of some of your browser extensions.实际上,您的存储空间已满,而且很可能由于您的某些浏览器扩展而已满。

I have cleared my localstorage of the browser.. Open your developer's tool and clear from Applications -> Storage -> LocalStorage -> Clear All..

I re-ran the application and it worked.

enter image description here

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 未捕获(承诺)DOMException:超出配额 - Uncaught (in promise) DOMException: Quota exceeded 设置 'dataURL' 的值超出配额 - Setting the value of 'dataURL' exceeded the quota 未捕获的 DOMException:无法在“FileReader”上执行“readAsDataURL” - Uncaught DOMException: Failed to execute 'readAsDataURL' on 'FileReader' 未捕获的 DOMException:无法在“历史”上执行“pushState”: - Uncaught DOMException: Failed to execute 'pushState' on 'History': 未捕获的 DOMException:无法在“节点”上执行“appendChild” - Uncaught DOMException: Failed to execute 'appendChild' on 'Node' 未捕获的 DOMException:无法在“HTMLCanvasElement”上执行“toDataURL”:可能无法导出受污染的画布 - Uncaught DOMException: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported 如何解决“未捕获的 DOMException:无法在 DOMTokenList 上执行添加: - How do i resolve 'Uncaught DOMException: failed to execute add on DOMTokenList: 未捕获的 DOMException:无法在“文档”上执行“querySelector”:“不是有效的选择器” - Uncaught DOMException: Failed to execute 'querySelector' on 'Document': '' is not a valid selector 未捕获的 DOMException:无法在“CSSStyleSheet”上执行“addRule”:无法访问 StyleSheet 以插入规则 - Uncaught DOMException: Failed to execute 'addRule' on 'CSSStyleSheet': Cannot access StyleSheet to insertRule 未捕获的 DOMException:无法在反应路由器 dom 6 中对“历史”执行“replaceState” - Uncaught DOMException: Failed to execute 'replaceState' on 'History' in react router dom 6
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM