【发布时间】:2019-10-23 00:45:04
【问题描述】:
我最近没有对我的任何配置进行任何更新,但是我在 Heroku 中的 PHP 应用程序上的所有部署都开始失败,并出现以下错误代码:
-----> PHP app detected
-----> Bootstrapping...
! ERROR: Failed to download minimal PHP for bootstrapping!
!
! This is most likely a temporary internal error. If the problem
! persists, make sure that you are not running a custom or forked
! version of the Heroku PHP buildpack which may need updating.
! Push rejected, failed to compile PHP app.
! Push failed
这是否与 Heroku 直接相关,还是我需要在我的配置中的某处进行手动更新?
【问题讨论】:
-
我正在尝试同样的问题,但我认为这可能是 Heroku 内部服务器错误,因为我的项目在本地运行良好。