SecureStore "Could not decrypt the item in SecureStore"

Hi everyone,

I’m using Expo 26 SecureStore to Store my Redux State, which can grow large (~1MB).

I’m having the issue that if store my Redux State with about 100 Datasets, each contain ~30 keys, by JSON.stringify() and try to retrieve them from the store afterwards, I get the following error:

Could not decrypt the item in SecureStore
at createErrorFromErrorData (NativeModules.js:123)
at NativeModules.js:80
at MessageQueue.__invokeCallback (MessageQueue.js:400)
at MessageQueue.js:139
at MessageQueue.__guardSafe (MessageQueue.js:316)
at MessageQueue.invokeCallbackAndReturnFlushedQueue (MessageQueue.js:138)
at t (RNDebuggerWorker.js:1)

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.