ronjouch commented on issue #917: "View JSON" / "Copy URL" buttons in development fauxton should use the Couch port, not the app port URL: https://github.com/apache/couchdb-fauxton/issues/917#issuecomment-299168641 @garrensmith thanks for the fast feedback :) . > *which is fine since with CouchDB it is served from the same url* No, my CouchDB running in a docker lives on port 5984. What's especially strange with this behavior is that: * Fauxton *correctly gets data from Couch* (as you can see from `_all_docs` being listed in the background of the screenshot), so it *clearly does know* my CouchDB runs on 5984, not 8000. * But *these two specific UI actions* seem to use a different mechanism, causing them to instead use the wrong port, and fail. Looks like a bug to me, no? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
