Unable to deploy, "no platform version set"

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

Working around this currently by providing a fly.toml file that only defines services through --config=../../ci/fly.toml

1 Like

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