Hello,
we are using CIF to call remote Magento/Adobe commerce graphql endpoint.
Normal queries are always fine.
A big query with lot of get parameters fails only in author mode either local or in cloud.
The error we get on brower to http://localhost:4502/api/graphql?query=query+getProductCatalog.................. (huge number of filters here)
is 502 gateway timeout.
The same request is logged with 200 success on author request and access log.
The same query is working on publish where it's done directly from react to Magento endpoint.
(or if we manually execute the query directly on magento endpoint either with postman or any graphql client)
Response time for the query is not high (much less than a second)
Any idea of what parameters we could tune to overcome the error in author where request is proxied by AEM.
We tried increasing jetty request buffer size or header buffer size with no luck.
Thanks