Hi Team,
We are using sling servlet with POST method in our AEM6.4 application. We are receiving "504 Gateway timeout" response, due to long processing (we are connecting to external service from sling servlet) time. Could you please let me know, if there is way to fix it like changing timeout for sling servlet.
<form action="/slingservlet" method="POST">
<button class="coral-Link coral-Button">Post Request</button>
</form>
Thanks
Seran
Solved! Go to Solution.
Views
Replies
Total Likes
This is a timeout because the server does not send any data over some time. You should either send data during processing or rather implement this as workflow or sling job. Then you can inititate the job, and regularly check the status. No need to worry about timeouts anymore.
HTH,
Jörg
Views
Replies
Total Likes
Probably it's happening in dispatcher but validate AEM as well. check both configs mentioned below:
/system/console/configMgr -- Apache Felix Jetty Based HTTP Service
dispatcher.any - /rend { timeout }
share the logs, if it doesn't resolve.
Views
Replies
Total Likes
This is a timeout because the server does not send any data over some time. You should either send data during processing or rather implement this as workflow or sling job. Then you can inititate the job, and regularly check the status. No need to worry about timeouts anymore.
HTH,
Jörg
Views
Replies
Total Likes
How we can send data during processing?
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies