SAP / cf-html5-apps-repo-cli-plugin

Cloud Foundry CLI plugin to work with SAP Cloud HTML5 Applications Repository
Apache License 2.0
43 stars 6 forks source link

applications size exceed the service plan limit of 100 MB even when using a basic HTML5 Multitarget application #70

Closed shiromani0402 closed 7 months ago

shiromani0402 commented 7 months ago

Description

I have been trying to deploy a very basic "hello world" SAP Fiori Application in the following steps:

  1. Create mtar file using mbt build command
  2. Deploy the mtar file on SAP Cloud Foundry and it works fine
  3. Make changes to index.html and create mbt build again
  4. use cf html5-push and it gives me error - applications size exceed the service plan limit of 100 MB

This I am trying for a very basic "Hello World" app and help me to fix this issue. Please provide me the steps.

Environment

CLI Output

Set environment variable DEBUG=1, run the flow and paste output here.

shiromani0402 commented 7 months ago

I was able to fix this issue by moving the xs-app.json within web app folder and then deploy using the cf html5-push -r project1/webapp command

shiromani0402 commented 7 months ago

Please close this issue.