Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
1 replies
49 views

I'm creating an app that stores data in PouchDB. I have successfully implemented a backup solution using db.allDocs. I now need to implement a restore process using db.bulkDocs. To avoid conflicts, ...
AlanQ's user avatar
  • 135
1 vote
0 answers
43 views

Using token as auth method, how would you catch 401 or 403 errors in order to refresh the token? This is how we use PouchDB: const remoteDB = (authToken: string) => { return new PouchDB(...
moamoa's user avatar
  • 175
0 votes
1 answer
45 views

Note: My problem seems to be more to do with synchronous vs asynchronous JavaScript than with PouchDB. I have a PouchDB database containing documents that each have one attachment. The attachments are ...
AlanQ's user avatar
  • 135
3 votes
0 answers
67 views

When trying to sync / replicate PouchDB from Capella (from frontend/browswer), using App Services, we get a CORS Error: Acces to fetch ____ has been blocked by CORS policy: Response to preflight ...
Alex Bran's user avatar
  • 501
0 votes
0 answers
19 views

In PouchDB, when a document is removed with remove(), a new leaf node is created containing no document data except _id, _rev, and _deleted = true. But the old user-data-containing revisions remain ...
AlanQ's user avatar
  • 135
0 votes
0 answers
53 views

Node Version: 22 Electron Version: 34.2 PouchDb Version: 9 I create project using this command yarn create @quick-start/electron my-app Im trying to use pouch db with electron but Im facing this ...
Sandeep Prasad Kushwaha's user avatar
0 votes
1 answer
94 views

this is my local.ini couchdb file: [admins] admin = <REDACTED> [couchdb] database_dir = <REDACTED> view_index_dir = <REDACTED> uri_file = <REDACTED> uuid = <REDACTED> [...
Tony Ngomana's user avatar
1 vote
1 answer
64 views

Im able to setup the couchbase server and enabled sync gateway for a bucket. However the values docs are added to _default scope and _default collection. Upon creating a new collection inside _default ...
aashik hameed's user avatar
1 vote
2 answers
380 views

I am new to pouchdb and I want to create a few indexes for searching on secondary (non _id) fields. I have seen the Mango & Map/reduce queries from the documentation, but I cannot understand ...
Pontios's user avatar
  • 2,394
2 votes
0 answers
819 views

I need to use pouchdb in my flutter app, for replication with an existing couchdb server. Since there is no native flutter package for pouchdb (or any couchdb implementation) that supports android, I'...
Olivier's user avatar
  • 166
0 votes
1 answer
76 views

I am able to log into couchDB from my node instance to the remote DB using the pouch-authentication plugin, but I'm not sure how to use the .sync method to replicate because it doesn't use the ...
Averroes's user avatar
4 votes
2 answers
1k views

When I follow the instructions in the official pouchdb documentation and try to use pouchdb, it gives me an error saying: ReferenceError: global is not defined I am using Vite particularly in a Quasar ...
calderonperaza's user avatar
1 vote
0 answers
391 views

I updated my expo version from 47 to 49 and I get this error after execution. Error: Invalid Adapter: asyncstorage, js engine: hermes at node_modules\react-native\Libraries\Core\ExceptionsManager.js:...
adabounou's user avatar
1 vote
0 answers
67 views

I'm iterating through all docs in a pouchdb-database. To get all docs, I'm using result = await db.info() with that I read result.doc_count. I'm getting 961 docs. Same 961 docs with db.allDocs() ...
Netnoob's user avatar
  • 43
1 vote
1 answer
421 views

I'm doing some tests with PouchDb and CouchDb in order to optimize my Ionic app as much as possible. In databases with a few hundred documents, I have no problem, but in larger databases (starting ...
Goltra's user avatar
  • 123

15 30 50 per page
1
2 3 4 5
102