Bernie
Posts: 0
Joined: Fri Jul 27, 2012 2:06 pm

Exeeded the quota

I am getting the following error:
Failed to execute 'setItem' on 'Storage': Setting the value of 'mylocalStorageVariable' exceeded the quota.

I know there are limits to the total size of localStorage, that's why I use localStorage.clear() before I assign my data to any localStorage variables.

However, looking at the Android App settings the user data for the app piles up more and more.

Any ideas?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Exeeded the quota

Hello Bernie,

Please do not save big size data in the local storage (images, arrays of data), only small variables, which you use often.

However, looking at the Android App settings the user data for the app piles up more and more.

The app might cache some data, that is why you can see it

Return to “Issues”