kilbot / WooCommerce-POS

:bangbang: All development now at https://github.com/wcpos.
http://wcpos.com
GNU General Public License v3.0
353 stars 125 forks source link

QuotaExceededError #169

Closed davidetonti closed 7 years ago

davidetonti commented 7 years ago

I'm getting this error when loading the POS page in Google Chrome Mac

screen shot 2017-04-29 at 11 31 46 am

kilbot commented 7 years ago

Hi @davidetonti, sorry for the late reply.

This is an interesting error, it's the first time I've seen in it the wild.

WooCommerce POS caches shop data locally in the browser's Indexed Database. The quota allowed for local data will vary depending on browser and disk space on the host machine. The soft limit for Chrome used to be 5MB but in all my testing I've never hit that limit.

So, just wondering if you could provide answers to the following. Information based on your experience would be helpful to update the documentation.

  1. What browser (with version) are you using
  2. How much disk space do you have on your device
  3. How big is your store, ie: ballpark number of products, customers & orders
davidetonti commented 7 years ago

Hi! Thanks for the reply.

I think the problem is that my computer got out of RAM or Disk space, like you mention.

Thanks for getting back.