apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB

Home Page:https://github.com/apache/couchdb-fauxton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fauxton decides replication db address wrongly if server under subfolder

ceremcem opened this issue · comments

When creating a replication, following scenario ends up broken if CouchDB is served under a folder, like http//example.com/db:

  1. Select "Remote database" as source
  2. Write the address
  3. Select "Local database" as target
  4. Select the existing database foo1 (or create a new one)
  5. Create the replication document
  6. See the replication document is created with the url: http//example.com/foo1 instead of http//example.com/db/foo1.

Workaround

Select "New remote database" as target and write the url by hand.

Version

2.2.0-RC2

Since your CouchDB seems to be set up on a subroute, did you face any other issues? Veryfy Install is all green and all api calls work?

Yes, it'is set up on a subroute. Verify Install is all green. There seems no other issues with Fauxton.