I have developed a mobile app and started using storage plugin. The plugin was downloaded from npm install@ionic/storage version 2.3.0. Initially we had hiccups in the app with freezing issues. We resolved it and continued. however we faced login delay issues. When our users log in it takes 7 to 8 seconds delay in presenting the first page. Sometimes the login was quick however, first link will take 7 to 8 seconds. I recreated a dummy project and identified that without storage the login process is quick. When tried to add the storage plugin faced issues. the forum suggested to use the latest version from the npm install @ionic/storage-angular plugin. However, when tried using this we are facing one more issue “Database not found”. The plugin installed and imported without any errors. Any help in overcoming this issue is highly appreciated.
2 posts - 2 participants