Skip to content
#

network-server

Here are 251 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

grahamehorner
grahamehorner commented Oct 22, 2018

This is a question for the backend and integration with the MQTT service.

What do you want to do?
I'm looking to develop a AzureFunctions Trigger that listens to messages/topics on the MQTT/AMQP service for a given application; and allows the developer to capture the message(s) received routing/processing message in the cloud

What steps did you take?
I'm able to successfully connect to the

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-server 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-server topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.