sklassen opened a new issue #77: URL: https://github.com/apache/couchdb-pkg/issues/77
A snap refresh over the last 48 hours caused Fauxton to fall over again. HTTP GET request to http://127.0.0.1:15984/_utils/ returns 404 This is a duplicate of issue raised in CouchDB https://github.com/apache/couchdb/issues/3333 I'm raising it here with an alternative solution to the snap packaging. ## Current Behavior Occasionally, something in the snap process seems to corrupt the working path of Erlang and Fauxton html assets can not be loaded. CouchDB otherwise works fine as DB files are absolute path in the local.ini. ``` curl -I http://127.0.0.1:15984/_utils/ HTTP/1.1 404 Object Not Found ``` ## Possible Solution A now tested solution is to fixed --prefix when running ./configure this removed the relative path from CouchDB. -- 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]
