Unable to deploy to new Apps currently, with the error Error Undeployed app '<app name>' has no platform version set
Running:
fly deploy --app='<app name>' --remote-only --now --dockerfile=...
This happens after either fly apps create
and fly launch
:
fly apps create --name='<app name>'
fly launch --name='<app name>' --dockerfile='...' --no-deploy
Also tried with --force-nomad
for both commands