I am trying to host my React application on App platform but my build keeps falling with Build Error: Out of Memory but it builds well locally I have been having these issues from time to time it works some times then sometimes it doesn’t work and fails to build on App platform.
I have tried different solutions I could find online including –max_old_space_size=8096 build but to no avail.
if I could find a way to successfully use App platform to host my application my react application that will be helpful.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
One thing that you could try out is to use a larger component instance with a little bit more memory:
https://docs.digitalocean.com/products/app-platform/reference/error-codes/#build-errors
If this still does not work, is your project open-source? If so can you share it here so I could take a look at the build process?
Best,
Bobby