Reputation: 166
When submitting a screen to process an uploaded file, I've been having trouble with larger files. Eventually when submitting I get this error:
An error occurred during the server request:
Timeout reached during screen submit background request. Please retry your action
How can I get around the timeout error?
Upvotes: 2
Views: 116
Reputation: 3668
One option could be to increase the AJAX timeout limit. In Aviarc Admin go to Applications > your app > Variables and add the variable ajax-timeout-millis
to a time long enough for the file to upload completely (if the variable doesn't exist you can create it).
Upvotes: 1
Reputation: 56
How big is the file you're trying to upload? It sounds like you need to configure the maximum POST size for the servlet container.
Upvotes: 0