相关疑难解决方法(0)

重命名Heroku的主机名,现在找不到应用程序

我之前有我的Heroku的应用程序名称:

shielded-meadow-9293.heroku.com

当我创建Heroku遥控器并启动dyno时,这就是这个名字.一切运行顺利后,我将名称更改为

platformdesignmadness.heroku.com

该网站工作,但在同一个终端,当我做一个命令,如

heroku ps

我收到一个$> ! Couldn't find that app.错误.为什么是这样?

cloud django heroku

13
推荐指数
1
解决办法
1万
查看次数

“找不到该应用。” 在控制台中运行heroku命令时

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 …

heroku heroku-api heroku-cli

3
推荐指数
3
解决办法
2094
查看次数

标签 统计

heroku ×2

cloud ×1

django ×1

heroku-api ×1

heroku-cli ×1