I did not make much code changes, did a push and then it started to fail. Build logs: Unable to get deploy logs for component “project”, which is not very helpful
APP HEALTH CHECK Unavailable from reading here, I changed the port already, still failing.
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,
Indeed as @SwimmingTurquoiseShrimp mentioned, increasing the time for your initial TCP heath check is a good idea. This would give your app more time to start before the health check actually fails.
Here are some other tips that might be helpful in case that the above those not hep:
https://docs.digitalocean.com/support/my-app-deployment-failed-because-of-a-health-check/
Let me know how it goes!
Best,
Bobby
I solved it by adding more time to the TCP Health
I have a same problem.