The nodejs API for phonegap build (phonegap-build-api module v1) has started giving 411 error today.
[Error: <html>
<head><title>411 Length Required</title></head>
<body bgcolor="white">
<center><h1>411 Length Required</h1></center>
<hr><center>nginx</center>
</body>
</html>
]
This is the API call for uploading the .zip file:
api.post('/apps', options, function(e, data) {
...
}
[Error: <html>
<head><title>411 Length Required</title></head>
<body bgcolor="white">
<center><h1>411 Length Required</h1></center>
<hr><center>nginx</center>
</body>
</html>
]
This is the API call for uploading the .zip file:
api.post('/apps', options, function(e, data) {
...
}


