You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ionic may lost user's config when we upgrade version from ionic 5.0 to ionic 6.0
Looks like that to avoid this behavior we should migrate from localStorage based solution to native ionic's solution based on either ionic/storage or capacitor/storage.
How to reproduce problem:
Install version with old packages, mark some date or do anything to fill storage with data
imblowfish
changed the title
Fix problem with user config dissapearance on the ionic v6.0
Fix problem with user config dissapearance on ionic v6.0
Jul 18, 2024
Ionic may lost user's config when we upgrade version from ionic 5.0 to ionic 6.0
Looks like that to avoid this behavior we should migrate from
localStorage
based solution to native ionic's solution based on eitherionic/storage
orcapacitor/storage
.How to reproduce problem:
Download latest release
button #243)Expected:
All user cycles and other data from storage are loaded on startup
Real:
All user cycles and other data from storage are lost
The text was updated successfully, but these errors were encountered: