Skip to Content
0
Jun 15, 2018 at 04:37 PM

HTML5 Module is not working after deploying the app to Cloud Foundry environment

962 Views


I have created a Multi Target Application with HTML5 module with my Neo trial account using SAP WebIDE full-stack version. This app is calling HANA XS service from our one of the back end system. I have created the destinations in Neo as well as in Cloud foundry trial sub account. When I am running the app locally from my WebIDE , it is working fine and I am able to get the data. But after building the app , when I am deploying it to cloud foundry environment , I am unable to call the service. In the developer tool network section it is showing the error : 404 Not Found. I believe somewhere I am missing the configuration to run the same app in cloud foundry environment. As I mentioned destination are available in both the system.


My mta.yaml code :

ID: WellPerformanceMTA
_schema-version: '2.1'
version: 0.0.1
modules:
 - name: WellPerLS
   type: html5
   path: WellPerLS
   parameters:
      disk-quota: 256M
      memory: 256M
   build-parameters:
      builder: grunt