Hi guys, when I deploy a machine with the following command, I get a 422 error: (I tried to create the machine using the APIs and still got the same)
fly machines run nginx -a <app_name>
# Error could not launch machine: failed to launch VM:
# You are not allowed to create machines
I am using the Launch
plan and have tried the following but it still doesn’t work:
- Increase and decrease the memory and CPU of the app
- Change the name to something different
Does this seem to have some kind of limitation? Or should I go somewhere and submit a form to request this feature?