Thilip707 commented on issue #11338:
URL: https://github.com/apache/apisix/issues/11338#issuecomment-2255049121

   > @sudhir649, We are facing one more error in apisix. We use openid-connect 
plugin for authentication and authorization in the ApisixPluginConfig. When we 
try to hit the ingress of application, it gives 431 (Header too large) error. 
We tried removing few headers but it was breaking UI of application, so is 
there a way to solve this? Have you come across similar issue before?
   
   did u use nginx? if u use nginx add this in nginx
   client_max_body_size 2G;


-- 
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]

Reply via email to