Can initialize app on new organization

Just created a new organization yesterday and deployed the smallest postgres service option available. But I I can no longer create new apps for a reasons that are not yet clear.

flyctl init --dockerfile -p 80

? App Name (leave blank to use an auto-generated name) 

? Select organization: paypack (paypack)

Error An unknown error occured.

Just tried on my personal org too. I can deploy a postgres database but not a normal app.

I see errors in our exception tracking for this. It seems like there’s a bug in our region detection. We’ll get it fixed! For now, you can specify --region when you create an app, or try the new flyctl launch command and it should work for you.

Thanks

Should be fixed now!