-
Notifications
You must be signed in to change notification settings - Fork 387
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
An error occurs on write when the item already exists, when it should just be replaced #785
Comments
Same here |
We are also observing this in our sentry. |
same here, any workaround for now? |
same here |
I found a workaround: For example, if you store data using different options:
If you initially store data with _storage2, you need to call deleteAll on _storage2 before you can write to another storage instance like _storage. *** need someone to help me clarify this *** |
It looks like there was a lot of important related discussion in issue #711, and #751 was merged to fix this issue. Can we get a new release that includes that fix, @juliansteenbakker ? |
Is there any update on this topic @juliansteenbakker? |
We are facing an issue of:
PlatformException(Unexpected security result code, Code: -25299, Message: The specified item already exists in the keychain., -25299, null)
Which is strange because it should just be updated as normal. It works fine in tests and manual tests but I just found this in crashlytics for iOS.
This occurs via:
Settings are:
It is strange as it is just on iOS (for the moment) and there doesn't seem to be any other reports of this happening.
We are using flutter_secure_storage version 9.2.2
The text was updated successfully, but these errors were encountered: