gcloud 无法部署 nodejs 应用程序
gcloud cant deploy nodejs app
我正在尝试使用 nodejs 免费试用 gcloud,我在部署时遇到错误
Updating module [default]...failed.
ERROR: (gcloud.preview.app.deploy) Server responded with code [400]:
Bad Request Unexpected HTTP status 400.
The version field in the app.yaml file must match the version provided as a GET parameter.
我检查过一切 运行 都很好,配置也很好。
请注意,我有另一个应用程序已经 运行 通过 gcloud。
谢谢
感谢@zachary-newman
设置
use_appengine_api true
解决了
我正在尝试使用 nodejs 免费试用 gcloud,我在部署时遇到错误
Updating module [default]...failed.
ERROR: (gcloud.preview.app.deploy) Server responded with code [400]:
Bad Request Unexpected HTTP status 400.
The version field in the app.yaml file must match the version provided as a GET parameter.
我检查过一切 运行 都很好,配置也很好。
请注意,我有另一个应用程序已经 运行 通过 gcloud。
谢谢
感谢@zachary-newman
设置
use_appengine_api true
解决了