-
Notifications
You must be signed in to change notification settings - Fork 249
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
App crashes after clearing DataStore following a save() operation #5677
Comments
Hi @giulitu95, sorry to hear your app is crashing. We will investigate this and get back you with our findings. Are you experiencing this on a physical device or the emulator? |
Hi @Equartey, I'm experiencing this problem on a physical android device (Samsung Galaxy S22) |
@giulitu95 thank you for the context, we will work on reproducing the issue. |
Hi! Are there any updates regarding this bug? Is it currently being worked on, and is there a planned release where it will be fixed? |
Hi @giulitu95, I was able to reproduce the behavior described here, verifying it is a bug. However, it's still in our backlog of issues to address. We will provide updates here when a fix has been determined and released. Thank you for your patience. |
Description
The application crashes when performing a
DataStore.clear()
immediately after saving a model usingDataStore.save()
in an Amplify project. This issue seems to occur consistently and results in an unexpected termination of the app.Categories
Steps to Reproduce
If a crash does not occur, cyclically perform such steps.
Screenshots
No response
Platforms
Flutter Version
3.24.4
Amplify Flutter Version
2.5.0
Deployment Method
Amplify CLI (Gen 1)
Schema
No response
The text was updated successfully, but these errors were encountered: