I'm trying to use heroku run bash
on windows 10.
I have tried allowing the port 5000 through the firewall and restarting Command Prompt as administrator.
Is there anything else I am missing to get a connection?
I'm trying to use heroku run bash
on windows 10.
I have tried allowing the port 5000 through the firewall and restarting Command Prompt as administrator.
Is there anything else I am missing to get a connection?
Your ISP or network (Wi-Fi) is blocking port 5000. If nothing else works, use a VPN.
Use Heroku run commands from Dashboard Instead of windows command prompt or git bash or other terminals.
I hope this will solve the problem.
i got the same error too when i was trying to push into heroku. only to find out that i had to first commit everything on git before trying to login or push into heroku.
so before you try to login. make sure that your working tree is empty!!!