When using the build-from-local command to create a build on the platform from the local sources, if the source code is bigger than 9MB the command ends with an error message.
Repro steps:
- Go into any repo with Actor source code bigger than 9MB
- Follow the steps to build from local source
- The command fails with the following message:
[ERROR]: The POST payload is too large (limit: 9437184 bytes, actual length: <your_size> bytes).
When using the
build-from-localcommand to create a build on the platform from the local sources, if the source code is bigger than 9MB the command ends with an error message.Repro steps: