Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 525
Zohid Avatar asked Apr 19 '18 14:04

Zohid


2 Answers

Actually your Storage is full and most likely it is full because of some of your browser extensions.

like image 93
Zohid Avatar answered Dec 03 '22 11:12

Zohid


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

like image 22
KushalSeth Avatar answered Dec 03 '22 13:12

KushalSeth