Deployment Upload Failed
When deploying a new version of your app, you may see one of these errors:
UNABLE_TO_GET_ISSUER_CERT_LOCALLY
This is usually caused by an issue with the SEED SSL certificate.
Manually add the SEED SSL certificate to your environment
airbase fix seed && export NODE_EXTRA_CA_CERTS=~/.airbase/seed.pem
Disable SEED during deployment
unset NODE_EXTRA_CA_CERTS && rm -f ~/.airbase/seed.pem
MAX_BODY_LENGTH_EXCEEDED
This is usually caused by the deployment package being too large (>= 50 MB).
For more details, see deployment size exceeded.