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?
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.
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