I am unable to deploy the sample Mendix app

0
I am following the tutorial at https://academy.mendix.com/link/modules/276/lectures/2161/2.3.1-Deploy-your-Application and I am attempting to use the following command as specified in the link: cf push mendixdemo -p "Mendix Mindsphere Application_1.0.0.2.mda" I get the following error each time: BuildpackCompileFailed - App staging failed in the buildpack compile phase This is the content of my manifest.yml file applications: - name: mendixdemo   disk_quota: 512M   memory: 1024M   services:   - tutorial-db Here is a copy of my log    2022-08-04T15:17:41.46-0400 [STG/0] OUT Exit status 223    2022-08-04T15:17:41.93-0400 [STG/0] OUT Cell 2051a93c-b719-4b0d-9177-e14e6ff14634 stopping instance 689c3a4d-f0b9-4fb8-bff6-1266cf6df9fb    2022-08-04T15:17:41.93-0400 [STG/0] OUT Cell 2051a93c-b719-4b0d-9177-e14e6ff14634 destroying container for instance 689c3a4d-f0b9-4fb8-bff6-1266cf6df9fb    2022-08-04T15:17:42.00-0400 [API/4] ERR Failed to stage build: staging failed    2022-08-04T15:17:42.55-0400 [STG/0] OUT Cell 2051a93c-b719-4b0d-9177-e14e6ff14634 successfully destroyed container for instance 689c3a4d-f0b9-4fb8-bff6-1266cf6df9fb   Does anyone know how to fix this?
asked
2 answers
0

The Learning Path is using Mendix 9.6.0 and you are running 9.13.0, maybe that has something to do with it.

You tried running it in 9.6.0?

answered
-1

Hi Timothy Williams ,

Please refer the below link for deployment.

https://docs.mendix.com/developerportal/deploy/

answered