Question

I have an Angular static site that deployed successfully, but all I get is an empty page

I have an Angular static site that will deploy, but when I go to the link, I just have a white page. I uploaded the site using the app platform I have tried using a dockerfile, but I would get the same results. build commands

npm install
npm install @angular/cli
npm run build

Link: https://sea-lion-app-atxdg.ondigitalocean.app/unlock-optimal-performance-front/

Output Directory: /src

What am I doing wrong?


Submit an answer


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!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
January 10, 2023

Hi there,

Is your project open-source by any chance? If so can you share a link to the GitHub repository here so I could try to replicate the problem on my end?

Besides that, if you build the project locally and access the index.html file do you still get a white screen or does it load as expected?

Best,

Bobby

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up