Just deploying my first app at fly.io, got to the deploy part by running fly deploy and received this error at the end:
Error: timeout reached waiting for healthchecks to pass for machine 1781991ae04368 failed to get VM 1781991ae04368: Get "https://api.machines.dev/v1/apps/easypass/machines/1781991ae04368": net/http: request canceled
I also ran some logs and got some of the info messages like these:
Health check on port 3000 has failed. Your app is not responding properly.
machine has reached its max restart count
Error: connect ECONNREFUSED 127.0.0.1:5432
machine did not have a restart policy, defaulting to restart
Not sure what all of these mean? I am using remix framework (have frontend and some DB fetching with pg and email sends with sendgrid)