janl commented on issue #2380: Verify CouchDB Installation failed URL: https://github.com/apache/couchdb/issues/2380#issuecomment-570777506 the verify installation code is very old, it might need updating to account for password auth’d clusters, which are the default now. https://github.com/apache/couchdb-fauxton/blob/master/app/addons/verifyinstall/resources.js#L124-L125 suggests that the code is using “local” database URLs (no http://server… in front of the database name), which no longer works. The patch to make the fully qualified URLs should be simple enough :)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
