Hi all,
I saw a 404 not found on my CHT instance today and did not know what had brought it down.
Checking the couchdb logs I saw:
<0.28424.7393> 9a2d8f3c39 req_err(1125717067) unknown_error : normal
[<<“chttpd:catch_error/3 L356”>>,<<“chttpd:handle_req_after_auth/2 L322”>>,<<“chttpd:process_request/1 L303”>>,<<“chttpd:handle_request_int/1 L243”>>,<<“mochiweb_http:headers/6 L128”>>,<<“proc_lib:init_p_do_apply/3 L247”>>]
With @delcroip the solution was to:
docker restart couchdb_container
docker restart haproxy_container
docker restart api_container
(in this order)
The problem got solved after, but decided to document it, in case someone looks up the error or I forget in the future