Skip to Content
0
Dec 03, 2021 at 12:35 PM

BuildpackCompileFailed Deploying Apps in CF

3094 Views Last edit Mar 17, 2022 at 09:07 PM 8 rev

Hi Experts,

I'm receiving the next error in my db module (hdi) when I deploy my app in BTP CF.

"Error staging application "XXXX-db": BuildpackCompileFailed - App staging failed in the buildpack compile phase".

First I recevied it in srv module and I fix it with this code. Source: https://answers.sap.com/questions/13529468/error-in-deploying-cap-application.html

"engines": {
	"node": "^12.18",
	"npm": "^6.14.8"} 

After that, I did changes in code to avoid new errors like:

[INTERNAL ERROR] TypeError: cds.entities is not a function (STDERR, APP/PROC/WEB)#

My application worked until a few days ago with the same code. It's a problem in sap libraries or it's problem of my cds version?

Thanks in advanced!