Failed to execute 'setItem' on 'Storage': Setting the value of 'persist:Universal' exceeded the quota

Author: prasanthyejjeCreated Oct 15, 2019Updated Feb 17, 2026

my one of the reducers is not persisting the data because of this issue.

Error storing data DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of 'persist:Universal' exceeded the quota.

i'm using multiple reduces to manage the app state.

I'm Using these versions in my application: "redux-logger": "^3.0.6", "redux-persist": "^5.9.1", "redux-thunk": "^2.2.0", "react-redux": "^5.0.7", "react": "16.4.0",

it's been long time that i'm trying to resolve this, can you please help me to get out of this issue. Thanks in advance.