Using the one-click build button from the here, the build fails as the image size is 506 megs, and Heroku only allows 500 megs.
App builds and runs
Heroku fails to build with an error that the image is too large
Default Heroku free setup.
i'm having this issue as well. exact same conditions.
-----> Adding PATH environment
-----> Running extras
-----> Adding MONGODB_URI -> MONGO_URL env
-----> Adding profile script to resolve MONGO_URL from mongolab addon
-----> Adding profile script to resolve ROOT_URL from heroku app name
-----> Discovering process types
Procfile declares types -> (none)
Default types for buildpack -> web
-----> Compressing...
! Compiled slug size: 504.3M is too large (max is 500M).
! See: http://devcenter.heroku.com/articles/slug-size
! Push failed
Logs to be precise.
Built with 1-click option today.
Following _Customized command line for developers_ from the docs, it's the same, but 509.1M is too large (max is 500M).
Same issue here
Here too.
I tried from the one click to deploy button and the CLI, both with the same error.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Same issue here.
I tried it, but it still failed due to the same issue.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have this problem too
Me too. Any way to make it leaner?
Most helpful comment
i'm having this issue as well. exact same conditions.