I'm just trying to get started with CloudFoundry and am attempting to upload the sample Hello World sinatra app. It fails with a JSON 413 error as follows:
Would you like to deploy from the current directory? [Yn]: y
Pushing application 'hello'...
Creating Application: OK
Uploading Application:
Checking for available resources: OK
Processing resources: OK
Packing application: OK
Uploading (1009M): OK
Error (JSON 413):
413 Reques...
I think this is something to do with the package being too large, the above output seems to suggest it's 1009M!?
Any thoughts on what might be going wrong here?
Cheers,