Gateway-Timeout Error during upload in Web-UI
When uploading video file >8GB a gateway timeout error occurs after clicking the create button. The browser console shows the following message:;
Failed to load resource: the server responded with a status of 504 (Gateway Time-out) nuxeo-app.html:28198 Batch Execute operation failed: Error: Gateway Time-out
The UI provides the following message:
These assets could not be created, either because the server could not be reached or some of the assets have problems. You can try to create them again, cancel, or retry later.
When I click cancel the files are correctly stored in the repository storage and the video documents appear in the UI after some time. When I click retry the document is create again (creating duplicates).
Is there a timeout setting to control the gateway timeout?
unfortunately there is no info in the log file.
In older versions of nuxeo there were specific upload handler timeouts:
org.nuxeo.dnd.upload.timeout= org.nuxeo.dnd.exec.timeout=
Are there similar settings for the web ui in current releases?
Thanks
Stefan
nuxeo.server.http.connectionUploadTimeout
Default is 60000ms
Are you using a reverse proxy? Might need to check the max upload settings on that too.