-
Notifications
You must be signed in to change notification settings - Fork 89
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
Android app loses data, resets to "join community" state #415
Comments
It looks like it's easy to reproduce in a mature community like our own |
Not enough information provided to work on this. No steps to reproduce or even a info when does it happen? on runtime? on restart? |
This looks like one solution: rt2zz/redux-persist#284 + https://www.npmjs.com/package/redux-persist-filesystem-storage I'm also curious if there's a way we can store less data in redux persist, e.g. just the latest messages in each channel, the channel list, user info, etc. My memory of the reason for redux-persist is that it improved app start time by a lot, and simplified saving everything. Any solution that allows us to use the app regularly without it crashing/resetting in this way is acceptable. We do not have to tackle performance or efficiency issues at this point if there's some way we can get the app to work. |
PR with a fix proposition #907 |
I'm closing this ticket and moving it to "done" column as it's not easily testable by QA and we haven't seen this problem for a few weeks already |
Steps to reproduce:
Expected: app keeps working
Actual: eventually the app restarts or is killed, and you get kicked back to the "join community" screen
Notes:
The text was updated successfully, but these errors were encountered: