Open
Description
This bug has been reported several times,
- Android: "CapacitorSQLitePlugin: null" #601
- Error CapacitorSQLitePlugin :null only in production #494 (and Error CapacitorSQLitePlugin :null only in production #493)
- Ionic 7 / Capacitor 5 / Angular 16 / Error: CapacitorSQLitePlugin: null #475
- Move database throws an exception sometimes #468
- No database in Android via Play Store only #352
It seems to happen due to restoring old data, and the fix is adding allowbackup=false
.
My questions:
- Any plan to fix this bug properly?
- Shouldn't this issue me mentioned in the README, and perhaps have an open issue to track it?