Problem uploading translation file in .po format - "A timeout occurred - Error code 524" #17496
Replies: 3 comments 2 replies
-
|
This is a Cloudflare-specific error; you might want to increase the timeout in your Cloudflare configuration. See https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-524/ |
Beta Was this translation helpful? Give feedback.
-
|
This error only occurs when the translation is incomplete. If the translation is 100% complete, this error doesn't occur, and the file is transferred quite quickly. From this, I conclude that the timeout is caused by processing empty translation strings (why process empty strings if they don't change anything in the translation? They should be omitted, thus speeding up the translation update time). |
Beta Was this translation helpful? Give feedback.
-
|
We are also running into this issue. Increasing the timeout on CF beyond 120 seconds requires an Enterprise account. Is there no way to implement status polling for these processes to avoid getting this error? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem
The problem with uploading the translation seems to be in the file upload code (this applies when the file isn't 100% translated). I translated all the strings so that the .po file was 100% translated and tried uploading it, and it worked.
Solution brainstorm
In my opinion, the file upload code needs to be changed; the dependency should exclude processing empty strings.
Describe alternatives you have considered
No response
Screenshots
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions