danielszot commented on issue #1982: Error 500 when no basic auth credentials passed URL: https://github.com/apache/couchdb/issues/1982#issuecomment-473955464 @wohali I hope and assume this is misconfiguration, sorry for assigning bug label. Should be "help needed" rather. I changed log level by adding: ```ini [log] level = debug ``` to configuration. I can see messages with `[debug]` prefix in the logs. Nevertheless, after grep through log messages this is the only messages I get: ```bash kubectl logs dms-v1-prod-couchdb-0 --container couchdb | grep -A 1 2393520390 ``` ``` [error] 2019-03-18T15:05:17.625875Z couc...@dms-v1-prod-couchdb-0.dms-v1-prod-couchdb.default.svc.cluster.local <0.2949.0> 99d6944193 req_err(2393520390) case_clause : False [<<"chttpd_auth:party_mode_handler/1 L55">>,<<"chttpd:authenticate_request/2 L531">>,<<"chttpd:process_request/1 L301">>,<<"chttpd:handle_request_int/1 L243">>,<<"mochiweb_http:headers/6 L128">>,<<"proc_lib:init_p_do_apply/3 L247">>] -- [error] 2019-03-18T15:05:33.438952Z couc...@dms-v1-prod-couchdb-0.dms-v1-prod-couchdb.default.svc.cluster.local <0.2949.0> dcb4734e1d req_err(2393520390) case_clause : False [<<"chttpd_auth:party_mode_handler/1 L55">>,<<"chttpd:authenticate_request/2 L531">>,<<"chttpd:process_request/1 L301">>,<<"chttpd:handle_request_int/1 L243">>,<<"mochiweb_http:headers/6 L128">>,<<"proc_lib:init_p_do_apply/3 L247">>] -- [error] 2019-03-18T15:05:37.033135Z couc...@dms-v1-prod-couchdb-0.dms-v1-prod-couchdb.default.svc.cluster.local <0.2949.0> 134c36c418 req_err(2393520390) case_clause : False [<<"chttpd_auth:party_mode_handler/1 L55">>,<<"chttpd:authenticate_request/2 L531">>,<<"chttpd:process_request/1 L301">>,<<"chttpd:handle_request_int/1 L243">>,<<"mochiweb_http:headers/6 L128">>,<<"proc_lib:init_p_do_apply/3 L247">>] -- ```
---------------------------------------------------------------- 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] With regards, Apache Git Services
