This is my first time trying to deploy/test out fly out of recommendation. I am having issue deploying . i have chosen the github repo to deploy but when i click deploy it says “Failed to deploy App Try again.” I have tried multipl time to no avail
There isn’t much for readers to go on here. I would guess that you’re using the automatic introspection system within Fly, which personally I would avoid anyway; I don’t think such a thing can be made reliable.
I would guess that the click-to-deploy system will still produce logs in Grafana or the web dashboard. Have a look to see if you can find them for your last deploy time (consulting the docs on Grafana if necessary).
However, I’d also suggest creating a Dockerfile image definition and a fly.toml configuration file. You can then deploy from your locally-installed flyctl command. It’s a bit more set-up, but it will be much more reliable.