I’ve got my git repro setup to run builds whenever there is an update to master. When I try to deploy a build however I get a Deploy Error: Health Check with the text as if it’s running on local host. I’m not specifying in my app to run only on localhost so is there a reason why I’m getting this error to appear?[https://drive.google.com/file/d/1poPPrqMKbA0gjSf3BS-eDRxrfKktLVBh/view?usp=sharing] []https://drive.google.com/file/d/1poPPrqMKbA0gjSf3BS-eDRxrfKktLVBh/view?usp=sharing
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 @ebdce6d9278943e2bb5c3738869d86,
Can you provide the configuration for you App, it’s possible there is some misconfiguration there?
Additionally, what SQL are you using? I’m asking as a user had similar issue with his Flask app, he was using SQLite rather than PostgreSQL which caused similar issues:
https://www.digitalocean.com/community/questions/my-first-do-app-keeps-failing-on-deployment
https://drive.google.com/file/d/1poPPrqMKbA0gjSf3BS-eDRxrfKktLVBh/view?usp=sharing