- 使用 cf push 部署应用到 SAP BTP 后启动失败 s
- 使用 cf push 部署应用到 SAP BTP 时遇到错误消息
- 关于使用命令行 cf login 登录 SAP BTP Clou
- Fiori-like Prototype ( SAP BTP 2
- SAP HANA,S/4HANA 和 SAP BTP 的辨析
- Fiori-like Prototype ( 2021 SAP
- 在 SAP BTP 里使用 SAP HANA Cloud 试用版
- CloudFoundry 环境上的 Java 应用开发如何指定
- Fiori-like Prototype ( 2021 SAP
- 部署 SAP UI5 应用到 SAP BTP 时遇到的 fior
cf push 将应用部署到 SAP Business Technology Platform 之后,应用状态处于 crashed:
![](https://img.haomeiwen.com/i2085791/f7dca3689f745d50.png)
使用如下命令查询其启动日志:cf logs product-list --recent
发现缺少 passport 依赖:
![](https://img.haomeiwen.com/i2085791/d98bec1b0b5e569d.png)
在 package.json 里手动添加依赖,问题消失:
![](https://img.haomeiwen.com/i2085791/8cc52d84ec382481.png)
现在状态为 running:
![](https://img.haomeiwen.com/i2085791/75296630fc6d994e.png)
更多Jerry的原创文章,尽在:"汪子熙":
![](https://img.haomeiwen.com/i2085791/97c4752c0e619c44.png)
网友评论