Error: Error invoking remote method 'CapacitorSQLite-addUpgradeStatement': Error: No handler registered for 'CapacitorSQLite-addUpgradeStatement'

Wappler Version: 6.8.0
Operating System: Windows
Server Model: Capacitor
Database Type: SQLite

Expected behavior

Wappler should work with "@capacitor-community/sqlite": "^6.0.1",

Actual behavior

How to reproduce

Create an Electron project and update "@capacitor-community/sqlite" to 6.0.1.

Hey Keith!
Don't know if it's related and if it has been fixed:

Argh, thanks, @franse. I'm trying to figure out an issue with deep linking that might be corrected in 6. Do you happen to have deep links working in 5?

Not using deep links yet, sorry

1 Like

I'm also encountering the error after attempting to downgrade versions in package.json to the previous versions it was set to. My electron app is no longer working.

What about creating a new electron app and taking the package.json from there?

Strangely, I'm not seeing the package.json changes in local git, but I do see a few jeep-sqlite files were changed. I'm going to attempt to replace them with what I have in github.

image

Removing those files did not correct the issue.

I was able to resolve this issue after reverting back versions.