Skip to content

Unable to upload large .app files via Internet Browser

Uploading large application files requires that ingress controllers, load balancers support large body sizes: To investigate this issue, perform the following steps:

  1. Check the developer console of the Internet browser (Typically you can use F12 to open it).

  2. In the Network section you are able to see the API requests done by the browser to the management system

  3. Retry the app upload and observe the network tab of developer console

    image-3.png

  4. If you find response code 413 in any API request (as shown in the picture above), ensure that the used loadbalancer or ingress gateway is configured properly to allow large body size.

  5. If you are using the option --set global.gateway.ingress.enabled=true, then a ingress rule is created to forward the traffic to the IEM Gateway. image-2.png