Error not possible to validate configuration: server returned server returned a non-200 status code: 503
What does this mean? Is the fly service down, or my configuration wrong?
# fly.toml file generated for there-legacy-web on 2021-02-19T00:51:44+03:30
app = "there-legacy-web"
kill_signal = "SIGINT"
kill_timeout = 5
[[services]]
internal_port = 8080
protocol = "tcp"
[services.concurrency]
hard_limit = 25
soft_limit = 20
[[services.ports]]
handlers = ["http"]
port = "80"
[[services.ports]]
handlers = ["tls", "http"]
port = "443"
[[services.tcp_checks]]
grace_period = "1s"
interval = "10s"
port = "8080"
restart_limit = 5
timeout = "2s"