Vuex-persistedstate: QuotaExceededError on iOS Chrome

Created on 30 Jun 2019  路  6Comments  路  Source: robinvdvleuten/vuex-persistedstate

This is a bug, seeing a QuotaExceededError on iOS Chrome (not incognito). Error was seen after stored config was updated. Likely a similar error to https://github.com/marcuswestin/store.js/issues/232

All 6 comments

This is not a bug, just expected browser behaviour. You probably are storing too much into the localstorage instance through this plugin. Please revisit your application logic.

It is only storing 5 key value pairs, this bug should not be occurring outside of incognito mode.

It is also happening to me storing an array with 10 items, this definitely isn't normal.

@robinvdvleuten this is not a closed issue

@jafri it is. Otherwise please post a reproducible case or a PR with a fix for the issue. I do not have the time to investigate everybody's setup.

@robinvdvleuten this is not a closed issue

Did you find a solution to this?

Was this page helpful?
0 / 5 - 0 ratings