Skip to main content

All Questions

Tagged with
1 vote
1 answer
349 views

Getting Adapter not added. Use RxDB.plugin(require('pouchdb-adapter-[adaptername]'); in ReactNative

RxError: RxError: RxDatabase.create(): Adapter not added. Use RxDB.plugin(require('pouchdb-adapter-[adaptername]'); Given parameters: { adapter:"asyncstorage"} database.js //mycode import ...
Ramesh R's user avatar
  • 7,059
0 votes
1 answer
775 views

Unable to sync RxDB with couchdb on react-native after creating collections

Why would rxdb throw this error when try to connect/sync on couch server Error Sync: TypeError: undefined is not an object (evaluating 'db.todos.syncCouchDB') I tested the same function on my web app ...
Tony Ngomana's user avatar
0 votes
1 answer
396 views

WebSQL threw an error [Error: Error code 1: no such table: document-store]

We are using react-naive-sqlite-2 in our application with RxDB and started getting this error somewhat sporadically. It seems to happen after we remove the database. I was surprised to see this was a ...
Special Character's user avatar