Question

Is there a way to customize error pages in CouchDB, particularly in couchapp?

When I try to load URL with undefined/misspelled view

http://localhost:5984/database/_design/app/_view/sample

CouchDB 1.2 just closes the connection:

Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.

I'd like to customize this behavior.

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top