react-pouchdb icon indicating copy to clipboard operation
react-pouchdb copied to clipboard

Error when using `useFind` and `pouchdb-server`

Open embeddedt opened this issue 4 years ago • 2 comments

I'm using your library in a React project of mine and it's been working excellently for local databases. Thanks for putting this together!

Now I'm working on synchronizing the database with a pouchdb-server instance. The connection seems to work fine, but calls to useFind are now giving me 400 Bad Request errors when the library tries to access the /_find endpoint on the remote database.

Is there something special I need to do to make useFind work with pouchdb-server?

embeddedt avatar May 17 '20 20:05 embeddedt