-
Describe the issueI am trying to upload relative large tmx files with translated strings from iOS system. I split TMX file to have always only 2 pair of languages (en and target language), the filesize is about 17 MB each. When I upload the file through GUI, there is no response and the web shows timeout after some time. After some time, when I reload web, it shows new entry in Translation memory screen and it looks like the processing is going in the background. I expect that weblate will just upload file and do the processing in the background, what is probably what is doing even now, but the request after upload is waiting to something and it timeouts. I already tried
Steps to reproduce the behavior
Expected behaviorI expect that processing will by async and that uploading of 10 MB will take few sec max and then user is returned to GUI. Screenshots![]() ![]() Exception tracebackHow do you run Weblate?Docker container Weblate versions5.12.2 Weblate deploy checksAdditional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I guess that the timeout is on a reverse proxy server running in front of Weblate container. It is recommended to configure higher timeout there, see https://docs.weblate.org/en/latest/admin/install/docker.html#ssl-terminating-proxy |
Beta Was this translation helpful? Give feedback.
I guess that the timeout is on a reverse proxy server running in front of Weblate container. It is recommended to configure higher timeout there, see https://docs.weblate.org/en/latest/admin/install/docker.html#ssl-terminating-proxy