I get this error: Error no active machines found and nothing else.
This a new app, and the db was created alongside the db, but immediately failed(because it did not have a DATABASE_URL and it crashed when attempting to run migrations(Phoenix App).
Is this related to the maintenance that is happening now?
Hey @marcello. Sorry to hear about the deployment troubles. There were some issues this afternoon with v1 apps (https://status.flyio.net/). We’ve implemented a fix shortly after your message. Apologies for the hiccup. Please try again and let us know how it goes.
I have deleted both the db and the app multiple times, but I’m now getting a different error! flyctl launch is not even working.
Everything works well until this:
==> Building image
WARN Failed to start remote builder heartbeat: Temporary error creating volume. Please run `fly volumes list` in a few minutes and see if it cleared up.
Error failed to fetch an image or build from source: error connecting to docker: Temporary error creating volume. Please run `fly volumes list` in a few minutes and see if it cleared up.
If I run fly pg create it all seems to succeed just fine. When I run fly machine list --app db_app_name it finds no machines, if I run flyctl postgres connect -a db_app_name it returns: Error no active leader found
The UI shows machines running on my db app, the the command line seems busted.