I keep getting this error when deploying. I had deployed successfully before though. How do I solve this?
The port in the fly.toml is 8080; so as in the Dockerfile
I haven’t seen such an error before.
Can you see what the output from fly status --all -a <app-name>
tells you?
Check if the health checks are setup approp, and the server is in fact listening on the right ports and interfaces.
It appears there was no running instance. I did a restart and it worked.
2 Likes