If that doesn’t work for you you can try the following: Since you currently have 0 machines, you cannot directly clone a machine. In this case, you can try deploying your app again using fly deploy. This will create new machines according to the primary_region and [processes] configured in your fly.toml file.
After deploying your app, you can then use fly machine clone to scale up your app as needed.
I did follow the automated part. I thought I can reuse the existing image from V1.
Now I did rerun deployment part with DOCKER_BUILDKIT=1 flyctl deploy --local-only.
It failed with error message:
Error: error creating a new machine: failed to launch VM: aborted: could not reserve resource for machine: insufficient CPUs available to fulfill request
I believe it is related to some troubles in WAW region. I will try again later.