Skip to content
#

network-client

Here are 156 public repositories matching this topic...

mentax007
mentax007 commented Dec 22, 2019

Description

I install new 6 node cluster. Enable authentication and add 5 nodes through Fauxton.
When I run Verify CouchDB Installation from Fauxton I see an error in Replication check

Error: unauthorized to access or create database http://0.0.0.0:5984/verifytestdb_replicate/
And on one of the node I see an error:
[error] 2019-12-22T16:05:37.312700Z couchdb@s2dfw.domain.net <0.26254.18

SinanGabel
SinanGabel commented Sep 24, 2019

Re. Documentation part about cookie authentication.

The line that states:

const nano = require('nano')({url: 'http://localhost:5984', requestDefaults: {jar:true}})

will fail if couchdb is configured with the following setting:

[couch_httpd_auth]
require_valid_user = true;

A solution is to add user_name and user_password to the call so it reads:

`const nano = require('nano')(

iamgollum
iamgollum commented Sep 13, 2019

Overview

When you have 1000's of documents and you want to jump document 800, you have to continuously click the pagination arrows to get to that section. This is frustratingly time consuming!

Paginated Arrows Bottom Right Corner

<img width="1680" alt="Screen Shot 2019-09-13 at 2 13 04 PM" src="https://user-images.githubusercontent.com/1408766/64887682-255e6780-d637-11e9-9a64-b1e6151b

Improve this page

Add a description, image, and links to the network-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the network-client topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.