Closed sdg9 closed 7 years ago
After doing some research I found hapi defaults upload size to 1MB which can be overwritten by setting maxBytes.
I resolved this issue for me by cloning the project and adding a larger maxBytes size such as
payload: {
maxBytes: 4082153,
},
to the config object to the /apps/{app}/deployments/{deployment}/release route in apps.js
Thanks for the note. I'll update something to make this easer to find.
When running
code-push release-react MyTestApp android --deploymentName Staging
I get the following error as the bundle is being uploaded to the server