We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This bug has been reported several times,
It seems to happen due to restoring old data, and the fix is adding allowbackup=false.
allowbackup=false
My questions:
The text was updated successfully, but these errors were encountered:
I am also getting this error on some devices. In adb logs I found these lines:
12-18 09:08:17.016 609 1593 E keystore2: keystore2::error: In KeystoreOperation::finish 12-18 09:08:17.016 609 1593 E keystore2: 12-18 09:08:17.016 609 1593 E keystore2: Caused by: 12-18 09:08:17.016 609 1593 E keystore2: 0: In finish: KeyMint::finish failed. 12-18 09:08:17.016 609 1593 E keystore2: 1: Error::Km(ErrorCode(-30)) 12-18 09:08:17.017 20361 20361 E com.getcapacitor.community.database.sqlite.CapacitorSQLitePlugin: CapacitorSQLitePlugin: nu
Keystore is used in Sqlite constructor when encryption is enabled
https://github.com/capacitor-community/sqlite/blob/master/android/src/main/java/com/getcapacitor/community/database/sqlite/CapacitorSQLite.java#L81
androidIsEncryption: false in capacitor.config.ts could be another workaround
androidIsEncryption: false
Sorry, something went wrong.
No branches or pull requests
This bug has been reported several times,
It seems to happen due to restoring old data, and the fix is adding
allowbackup=false
.My questions:
The text was updated successfully, but these errors were encountered: