문제

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.

도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top