Search code examples
herokuc9.io

Cloud IDE unable to connect to heroku



I am having a problem trying to login to heroku via Cloud 9 IDE. I recieve this error when trying to login.

jafar70:~/workspace (master) $ heroku login
Enter your Heroku credentials.
Email: [email protected]
Password (typing will be hidden): 
 ▸    HTTP Error: https://api.heroku.com/login 410 Gone
 ▸    Invalid response from API.
 ▸    HTTP 410
 ▸    {email password}
 ▸    
 ▸    Are you behind a proxy?
 ▸    https://devcenter.heroku.com/articles/using-the-cli#using-an-http-proxy

Solution

  • You need to update the Heroku CLI. For that, do:

    wget -qO- https://cli-assets.heroku.com/install-ubuntu.sh | sh