Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting console.error error purging data stored stored state #31

Closed
maxto024 opened this issue Nov 11, 2018 · 3 comments
Closed

getting console.error error purging data stored stored state #31

maxto024 opened this issue Nov 11, 2018 · 3 comments

Comments

@maxto024
Copy link

maxto024 commented Nov 11, 2018

hey before I was using asyncStorage then my IOS is working well but android i get size error
then I want to use this redux-persist-filesystem-storage still my IOS is working fine but android
I am getting this error

screenshot_1541972477

my code

import immutablePersistenceTransform from '../Services/ImmutablePersistenceTransform';
//import { AsyncStorage } from 'react-native';
import FilesystemStorage from 'redux-persist-filesystem-storage'
const REDUX_PERSIST = {
  active: true,
  reducerVersion: '1.0',
  storeConfig: {
    key: 'primary',
    storage: FilesystemStorage,
    blacklist: ['appState', 'search'], // reducer keys that you do NOT want stored to persistence here
    // whitelist: [], Optionally, just specify the keys you DO want stored to
    // persistence. An empty array means 'don't store any reducers' -> infinitered/ignite#409
    transforms: [immutablePersistenceTransform],
  },
};

export default REDUX_PERSIST;

`

@robwalkerco
Copy link
Owner

Closing this issue due to inactivity.

@ollyde
Copy link

ollyde commented Mar 30, 2019

Any solution, I'm seeing this error as well.

@addingama
Copy link

Hey @robwalkerco I also got this error, this only happened when the app installed the first time, but after reload, it's working again.

Maybe the file not exist when the app installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants