0

我在 Heroku 中使用 MERN Typescript,我有这两个错误,谁能帮忙?

at=error code=H14 desc="No web processes running" method=GET path="/"

at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico"

我有 2 个文件夹(后端和前端)和 2 个 Dockerfile(Dockerfile.backend 和 Dockerfile.frontend)。我曾经npm start跑步,这就是为什么在我的 Procfile 中我有

backend : npm start

frontend : npm start

https://devcenter.heroku.com/articles/error-codes Heroku Doc 提到了这个错误,但我用

heroku ps:scale backend=1 frontend=1

我将测功机缩放到 1 后的结果

我的猜测:我认为问题可能出在我的后端和前端文件夹,因为大多数教程只有“网络”作为进程类型

4

0 回答 0