Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Heroku push rejected, Could not communicate with vendor, please try again later

Tags:

git

django

heroku

Im trying to make the first push into Heroku git for my first app, and I'm keep getting this error:

-----> Compiled slug size: 29.9MB
-----> Launching... !     Heroku push rejected, Could not communicate with vendor, please try again later

I'm trying to deploy django app. this error comes after installing all the python packages and 'Discovering process types'. My connectivity is 100% fine.

any ideas? couldn't find anything in the help center.

thanks!

like image 978
Ronen Ness Avatar asked Apr 25 '13 08:04

Ronen Ness


1 Answers

This was an issue with provisioning databases: https://status.heroku.com/incidents/521

Should be fixed now.

like image 199
catsby Avatar answered Oct 16 '22 19:10

catsby