on 2025 May 08 2:29 PM
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.
Request clarification before answering.
User | Count |
---|---|
30 | |
21 | |
16 | |
8 | |
7 | |
7 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.