cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error uploading content module: HTTP server: Read timed out

PAstolfi86
Explorer
0 Kudos
58

Hi,

I am developing a React application to deploy on SAP BTP, Cloud Foundry runtime and environment . The initial deployments went well and the application was correctly accessible from HTML5 Applications. Now I can't deploy anymore, I get the following err
"Error uploading content module "PMShift_ui_deployer" in service "PMShift_html_repo_host": Error occurred during communication with HTTP server: Read timed out"
Now the content zip is about 65MB and the official documentation recommends using the ASYNC_UPLOAD parameter https://help.sap.com/docs/btp/sap-business-technology-platform/asynchronous-upload-using-html5-appli...

I inserted the parameter in the following way in the mta.yaml

.....
modules:
- name: PMShift_ui_deployer
  type: com.sap.application.content
  path: .
  properties:
    ASYNC_UPLOAD: true
  requires:
  - name: PMShift_html_repo_host
    parameters:
      content-target: true
  build-parameters:
    build-result: resources
    requires:
    - artifacts:
      - PMShiftModule-content.zip
      name: PMShiftModule
      target-path: resources/

But I continue to have the same error.

Can anyone help me?

Thank you.

Accepted Solutions (0)

Answers (0)