You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the command symfony console translation:pull loco to sync my project translations files with Lokalize, I've now the following error : Unable to export translations from Lokalise: "{"error":{"message":"Project too big for sync export. Please use our async export endpoint instead. (\/files\/async-download)","code":413}}".
How to reproduce
Have Lokalize with hundreds of translation keys and run the command "symfony console translation:pull loco"
Possible Solution
Increase the limit, which seems so low to me, or offer an alternative via a command.
It's possible to go directly through the Lokalize website and build it ourselves, but that's not ideal, especially when the expected format differs.