Timeout reached waiting for health checks for machine 328756d3f466e8: failed to get VM

Hi i’m trying to deploy a ruby on rails 7 app there are no problem at the moment to run fly launch but when I run fly deploy: this message appear


this is my fly.toml file:

Health checks is a new feature in Rails 7.1. Assuming that fly.toml was generated by fly launch, that means that we detected the use not only of Rails 7.1, but also the presence of get "up" => "rails/health#show" in config/routes.rb.

Assuming the above is correct, the first thing I would check is to see in the logs if your application actually started.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.