-
Quota exceeded error 22
I am attempting to sync a list by xml proxy, 1200 records, 12 fields , xml file in 701KB.
I receive the following warning.
QUOTA_EXCEEDED_ERR: DOM Exception 22: An attempt was made to add something to storage that exceeded the quota.
Usually occurs at SyncStorage.js
My other files that sync are smaller and all work OK.
Any leads on how locate my issue. Is local or Sencha.io issue
I have set local storage up from 5 Mb to 10, 100, 500, no change.
Only way to restart program is to reset Safari.?
Will try to find row limit that makes i ok file.
Regards Maurice
Mac,Lion,
-
Sometimes i got the same error and i don't know the reason. If i try with Google Chrome it works fine. :-/
-
Hello,
I've never seen that myself, but I'm pretty sure that's what happens when local storage is full.
john
-
You will get this error if you have private browsing enabled in safari no matter the size of local storage.
If you aren't using private browsing mode you can look in the web inspector to see the data being stored under local storage.
The quota for localstorage is per domain. If you are running a lot of apps or sites off of the same domain, like localhost then your quota could be being eaten up pretty quickly.
-
Thanks for looking into it.
No private browsing on
No other apps running in domain
Web inspector shows a screen and a bit of stuff, not so much i think.
The search continues for me.
Maurice
-
Would you be able to share the data/code with us?