Failed to minify the bundle. Error from Terser: Call retries were exceeded

Im getting this error when im trying to build my application, i already tried put the package terser in the package.json, and in my local machine the builds occur without errors.

Hi @rgmunhoz

Based on this post on terser issues, it is possible you are running out of memory in the build system.

Thank you so much for the answer, so fast! But i really have no idea how to acomplish that inside netlify enviroment.

There are many #netlify-support:support-guides here such as [Support Guide] Debugging Netlify site builds and memory-specific ones like [Support Guide] Making sure your builds use appropriate resources for Netlify's build system and [Support Guide] What can I do if my build fails for memory-overallocation-related errors? (assuming memory is the issue.)

If you can share your git repository, the community can possibly provide more relevant assistance.

1 Like

Thank you again, i will take a look into that!