Unable to add heroku-postgres addon

308 views Asked by At

Attempting to add the heroku-postgres addon with the command heroku addons:create heroku-postgres produces this error:

 !    Could not communicate with vendor, please try again later
2

There are 2 answers

1
rdegges On

It sounds like your network connection is having issues -- that error message you're getting means you were unable to reach the Heroku API servers. Just try it again in a few minutes and you should be good to go.

1
Muhammad Taqi On

try this $ heroku addons:add heroku-postgresql:dev