Page 1 of 1

Exeeded the quota

Posted: Sun Oct 13, 2019 11:02 pm
by Bernie

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?


Exeeded the quota

Posted: Mon Oct 14, 2019 2:18 pm
by Serhii Kulibaba

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