-
After a successful login I get the following request failure messages printed to the console. The error occurs only if a user is logged in.
Note, there are 2 requests. The first one is successf…
-
Hi all and thanks for your work on Pouchdb! It was a really exciting discovery for me, and I am hoping to do great things!
Unfortunately, the bundled version of Fauxton still seems to suffer from …
-
## There have been updates to the *pouchdb* monorepo:
+ - The `dependency` [pouchdb](https://github.com/pouchdb/pouchdb) was updated from `7.1.1` to `7.2.0`.
- The `dependency` [pouchdb-adapter-htt…
-
To help with debugging the database, I expect to use CouchDb _Views_ to collect the messages for each team.
So, the contents of the blue chat window will come from a view that applies the filter: `…
-
First of all thank you for the great work!
I've been using `redux-pouchdb` without any problems, but the `reinit()` was required so I switched to your library. The app is working, the changes are r…
-
RiakDOWN was seeing a `pouch is not defined` here: https://github.com/nolanlawson/pouchdb-all-dbs/blob/master/index.js#L81. It crashed the entire pouchdb-server. That's bad; we should just recover an…
-
Hello,
I am more than certain I am doing something dumb but I can't seem to figure out what my issue might be.
I have a pretty simply setup:
pouch_proxy.js -- proxies to couchDB (which has all aut…
-
Hello folks,
While running the following two pouchdb-servers, the initial state of `localhost:4444/local` database is well replicated to `localhost:5555/local` but then, when I add a document in `…
-
Please add a `getUserDB(user_id, dbName, type)` method which returns a PouchDB instance with admin access. This will allow the server API to easily manipulate the user DB with admin privileges. Withou…
-
I am trying to save a list of products to the local database, coming from my server in the form of a **json array** using the app-pouchdb element.
What I need is to create a document for each prod…