简体   繁体   English

Heroku 出现错误 No such app in.herokuapp domain

[英]Heroku got an error No such app in .herokuapp domain

I saw another who has the same issue.我看到另一个有同样问题的人。 But they got this issue when using their own domain name.但是他们在使用自己的域名时遇到了这个问题。 I use the.herokuapp.com domain name but got this issue.我使用 .herokuapp.com 域名但遇到了这个问题。 There's no error in the console.控制台没有错误。 And when I refresh the request many many times it sends to me a response and after that, it will be a No such app again.当我多次刷新请求时,它会向我发送响应,之后,它将再次成为 No such app。

2021-11-24T06:56:36.965623+00:00 heroku[router]: at=info method=GET path="/" host=paiya-server.herokuapp.com request_id=f4f29684-0ce3-4bf6-ae3e-9aff47417a7d fwd="27.55.65.57" dyno=web.1 connect=0ms service=1ms status=200 bytes=241 protocol=https

This is the console when I send a request and get a No such app error这是我发送请求并收到 No such app 错误时的控制台

Now I've solved it.现在我已经解决了。 I change my domain name in Heroku from paiya-server to paiyaserver.我将 Heroku 中的域名从 paiya-server 更改为 paiyaserver。 I removed (-) and now it's can work perfectly.我删除了(-),现在它可以完美地工作了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Heroku web 应用程序上,如何从用户 from.herokuapp.com 重定向到自定义域? - On Heroku web apps, how to redirect from users from .herokuapp.com to custom domain? 将应用程序部署到Heroku-我收到内部服务器错误 - Deploy App to Heroku - I got Internal Server Error 在heroku中部署Angular 2应用程序时出现错误(预期表达式,得到了&lt;&lt;) - Error (expected expression, got '<') when deploying Angular 2 app in heroku Heroku应用程序不适用于自定义域 - Heroku app not working with custom domain Namecheap 域的 Heroku 应用程序不起作用 - Heroku App with Namecheap Domain Not Working React-Heroku Postgress-Addon:GET http://app-name.herokuapp.com/any 503(服务不可用) - React-Heroku Postgress-Addon: GET http://app-name.herokuapp.com/any 503 (Service Unavailable) 当我在heroku上部署我的nodejs应用程序时,构建成功但出现了“应用程序错误” - When I deploy my nodejs app on heroku, build success but got a “Application Error” 在 heroku 上部署我的应用程序但出现错误:无法加载资源:net::ERR_CONNECTION_REFUSED - Deployed my app on heroku but got error: Failed to load resource: net::ERR_CONNECTION_REFUSED 自定义域不适用于Heroku应用网址 - Custom domain does not work on Heroku app url Heroku应用程序上的应用程序错误 - Application error on heroku app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM