12 Dec 2022
07:30 PM
- last edited on
02 May 2023
02:48 PM
by
educampver
When trying to deploy an application we've hit into the problem as in the title. See screenshot below:
What are the limits for the file? Is there any other than "just" reducing its size?
Solved! Go to Solution.
13 Dec 2022
08:12 AM
- last edited on
02 May 2023
02:25 PM
by
educampver
Hi Radosław,
The current limit for a single uncompressed file is 20 megabytes.
We hit a similar limitation recently and we decided to sacrifice source maps for being able to deploy an app.
We did that by adding
build: { ui: { sourceMaps: false } }
to the app.config.js
Here you can find out more about available build options: https://developer.dynatrace.com/reference/app-toolkit/configuration/#build-options