简体   繁体   English

错误 h14“没有 web 进程正在运行”和应用程序错误背后的原因是什么?

[英]What is the reason behind error h14 "No web processes running" and Application error?

I made this project and deployed it on Heroku successfully and it was working, I checked it again two months and it was working properly, but today when I tried to open the website link it says Application error.我做了这个项目并成功地部署在 Heroku 上并且它正在运行,我两个月再次检查它并且它运行正常,但是今天当我试图打开网站链接时它说应用程序错误。

Logs are as follows:日志如下:

2022-12-06T08:17:30.897980+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=limitless-shelf-83830.herokuapp.com request_id=d0c862ec-c21d-4e94-94e5-f6fed3d71af6 fwd="103.141.116.193" dyno= connect= service= status=503 bytes= protocol=https
2022-12-06T08:17:31.345120+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=limitless-shelf-83830.herokuapp.com request_id=a98c5850-0aa3-413d-94d9-4480a218ec3d fwd="103.141.116.193" dyno= connect= service= status=503 bytes= protocol=https

Is this issue from my side or heroku servers are down?这是我这边的问题还是 heroku 服务器宕机了? What is the cause of this error and what are possible solutions?此错误的原因是什么以及可能的解决方案是什么?

I tried running我试过跑步

heroku ps:scale web=1

but it had no use.但它没有用。

Edit: I found the issue, Heroku has stopped offering free plans from 28th Nov 2022, and I deployed it free server.编辑:我发现了问题,Heroku 从 2022 年 11 月 28 日起停止提供免费计划,我部署了它的免费服务器。

As you mentioned, Heroku no longer provides free dyno plans.如您所述,Heroku 不再提供免费的 dyno 计划。

Although if you have previously deployed apps, you can still access them after subscribing to one of their plans.尽管如果您之前部署过应用程序,您仍然可以在订阅其中一项计划后访问它们。 If you are still experiencing an H14 error , try to reconfigure your dyno .如果您仍然遇到H14 错误,请尝试重新配置您的测功机 Just change your dyno type to the subscribed plan and make sure you have toggle the selected dyno to the right in order to enable it.只需将您的 dyno 类型更改为订阅的计划,并确保您已将所选的 dyno 切换到右侧以启用它。

在此处输入图像描述

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM