Deepak-0822 commented on issue #12572:
URL: https://github.com/apache/apisix/issues/12572#issuecomment-3250301094
Hi @Baoyuantop, Thanks, After updating the apisix Ingress controller image
to the latest version, the 500 Internal Server Error is gone.
Now I only get the 400 Bad Request ā Request Header or Cookie Too Large
error.
I added the following in the APISIX Helm nginx config under the custom
configuration snippet:
configurationSnippet:
main: |
httpStart: |
httpEnd: |
httpSrv: |
large_client_header_buffers 4 32k;
httpAdmin: |
stream: |
But Iām still seeing the same error.
For your reference, Iām using this official apisix chart:
š
https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/values.yaml
Is there anything else I need to update in the configuration to make it work?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]