Data from IonicStorageModule not found in Chrome Dev Tools (Android)

I had a similar issue, I solved it today. The root cause could be different but it may get the gears turning for you.

Here’s some things to check:

  • When you updated your app, did the scheme change? (http vs https)
  • Did the base URL changes? (file:///android_asset/www/index.html vs https://localhost)
  • Could you be using SQLite for storage? That does not show up in chrome dev tools, since it’s a local database.
  • Have you tried console logging the driver name on the old and new version to see if anything changed there?
  • Any notable package or plugin updates? Particularly with storage or sqlite related ones?