-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
bug: /admin/routes return {"error_msg":"missing configurations"} #1784
Comments
what is the value of |
@nic-chen please take a look at this issue, do you think we need to update the |
example uris: example domains: thanks for help: |
I will fix this bug |
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
):1.3The text was updated successfully, but these errors were encountered: