What am I missing on getting this running properly? After my App launches the page just generates this error.
“We encountered an error when trying to load your application and your page could not be served. Check the logs for your application in the App Platform dashboard.”
However I cannot see anything in the logs that indicated problems building and deploying the app.
The app runs fine on my local development environment.
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,
It sounds like you might be deploying your React app as a web service rather than a static website.
What I could suggest is following the steps here on how to deploy a React app on the DigitalOcean App Platform as a static website:
https://www.digitalocean.com/community/tutorials/how-to-deploy-a-react-application-to-digitalocean-app-platform
Mainly follow the instructions from Step 3: Deploying to DigitalOcean App Platform.
Let me know how it goes!
Best,
Bobby