Rails deploy on fly just stuck

I’m trying to start a new rails app on fly. I just did rails new and flyctl launch and it had some troubles (bundler version variable not set correctly, gems installed to different folder than expected) but now that I’m past those, the deploy just hangs and eventually fails with no output and no logs.

Any ideas how I can debug this?

1 desired, 1 placed, 0 healthy, 0 unhealthy should I not be able to SSH in at this point?

I would be very interested in hearing about your “some troubles”. In particular, does the following work for you: Getting Started · Fly Docs (up to the first deploy)?

Yes, flyctl ssh console and flyctl logs should both work.

Well ssh console never works and flyctl logs always shows nothing in this case.

I just tried the dockerfile to build an image and run it locally and that worked…

Upgraded my flyctl and re-launched the new rails defaults seem to have worked now.