IP Address Mismatch on signing into Heroku CLI

Christian Doucette picture Christian Doucette · Aug 11, 2020 · Viewed 12.7k times · Source

Previously I could sign into the heroku command line interface with heroku login. But now I get an IP address mismatch error. How should I resolve this?

Answer

Lex Carter picture Lex Carter · Aug 11, 2020

Copy and paste heroku login -i in your terminal. This is what solved it for me.