Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Accepted Answer
I fixed the issue thanks to the DigitalOcean support:
" Hello,
Thanks for contacting DigitalOcean.
We understand you are seeing issues with the routing your applications. As those are Angular static site typically they expect to be routed to the / root folder by default. The error you are seeing in the browser console typically indicates as such. The site is not able to find the javascript it expects.
This sometimes has to do with your base_ref and setting that in the build command may help address this issue.
Some more details on some ways to address this can be found here: https://stackoverflow.com/questions/56632496/failed-to-load-module-script
If you have any questions, please let us know.
Regards, Nate Developer Support Engineer II Check out our community for great tutorials, articles and FAQs! https://digitalocean.com/community "