couchbaselabs / Couchbase-Lite-PhoneGap-Plugin

Plugin to install Couchbase Lite in your PhoneGap app on iOS or Android
183 stars 67 forks source link

Unable to query view on Android app restarted #108

Open geraldapeoples opened 5 years ago

geraldapeoples commented 5 years ago

My app creates a database and design document first time it starts. Everything works fine, sync etc. while the app is running. If I stop the app and restart it, I am no longer able to query the views from the design document.

afousk commented 5 years ago

Same problem here. Seems to relate to the update to CBL 1.4.4...

afousk commented 5 years ago

Jap, definetly an update Problem. I rolled back to version 1.4.0 and everything works like a charm. For those also using ionic:

ionic cordova plugin add couchbase-lite-phonegap-plugin@1.4.0