24 Mar - Failed to create an app. Please try again

Just like this issue from https://community.fly.io/t/failed-to-create-an-app-please-try-again/27057 ~a month and a half ago.

I’m getting the same error when trying to create an app - regardless of the device, regardless of the internet connection, regardless of VPN.

There’s also no mention of any issues on the status page (yet?).

Is it safe to assume my ‘only’ option here is to wait?

Screenshots of the error:

I have not tried that mode of launching an app. I personally don’t like the idea: basically Fly does some technology introspection and tries to guess appropriate settings. It is clever, but I personally don’t think one can build a reliable delivery pipeline this way.

I’d recommend deploying via flyctl with a fly.toml config and a Dockerfile image definition. Do you have any of these? What kind of application are you wanting to launch?

That worked, cheers.

Super! :trophy:

You can put flyctl into a CI pipeline, and if you use GitHub Actions, there is even a predefined Action available from Fly.

1 Like

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