10

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?

Paulo Boaventura
  • 1,365
  • 1
  • 9
  • 29
Zohid
  • 438
  • 1
  • 3
  • 14

2 Answers2

10

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

Zohid
  • 438
  • 1
  • 3
  • 14
2

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

KushalSeth
  • 3,265
  • 1
  • 26
  • 29