Export / import data limitation

If your project/workflow exceeds a limit of 6MB, you will experience the following:

  • Export: fail with a status: 502 Bad Gateway

  • Import: fail with status: 413 Request Entity Too Large

It is highly unlikely that your file will exceed 6MB and it should meet your needs for all practical purposes.

In case you face this issue, please cross verify all your workflows for any hardcoded information (example: A config variable which has been assigned a default value of a million of records. You will be able to run and test your solution just as good but you wouldn't be able to export it because the project size would exceed 6 Mb of data.)