我之前有我的Heroku的应用程序名称:
shielded-meadow-9293.heroku.com
当我创建Heroku遥控器并启动dyno时,这就是这个名字.一切运行顺利后,我将名称更改为
platformdesignmadness.heroku.com
该网站工作,但在同一个终端,当我做一个命令,如
heroku ps
我收到一个$> ! Couldn't find that app.
错误.为什么是这样?
I'm trying to run commands for my heroku app in my console, but it keeps telling me "Couldn't find that app." even though when I run heroku apps
in my console it tells me I have one app called worldofwarcraft-api
So heroku recognizes my app in the apps list, but I can't run any commands to access it. The line I want to run is
heroku ps:scale web=1 --app worldofwarcraft-api
Run Code Online (Sandbox Code Playgroud)
I'm trying to troubleshoot why my API returns a 503 …