This happens on deployments for two separate web-services. One is a Next.js application and another is a fresh Nest.js application. For the fresh application the first deployment failed and passed on the second clearing the build cache. For the Next.js application the deployment did not work after multiple attempts and clearing the build cache was what made it work.
This seems concerning since there are no errors in either projects and it’s unclear why deployment fails. My guess is that /health
check never returns a 200
and eventually the deployment times out.
Can I get more feedback on why this might be happening because this issue seems pretty opaque.