zcadqe897 opened a new issue #1784:
URL: https://github.com/apache/incubator-apisix/issues/1784


   ### Issue description
   If there are too many uris, return {"error_msg":"missing configurations"}
   
   cURL:
   curl -v -s ${GATEWAY}/apisix/admin/routes -H "X-API-KEY: $ADMINKEY"  -X POST 
-d "
       {
           \"uris\": [$uris],
           \"hosts\": [$DOMAINS],
           \"service_id\": \"1\",
           \"desc\": \"apisix\"
       }"
   
   error.log:
    2020/06/30 16:36:06 [warn] 119916#119916: *857380 a client request body is 
buffered to a temporary file /usr/local/apisix/client_body_temp/0000000003, 
client: 1.14.31.17, server: , request: "POST /apisix/admin/routes HTTP/1.1", 
host: "1.2.6.2:9080"
   
   ### Environment
   
   * apisix version (cmd: `apisix version`):1.3
   * OS:CentOS
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to