Hi, we have been following the docs for creating a machine on an existing app (Machines · Fly Docs). However, when calling the endpoint, it returns the following error (with a 503 response code)
{
"error": "server returned a non-200 status code: 500"
}
It appears to be timing out when the request reaches about 28 seconds each time. Even calling the endpoint using Postman has the same result.
It’s not an auth error, as we are able to use the same token to call other endpoints (e.g. get app details)
When running the equivalent command using the fly CLI, it’s working perfectly fine.
Any ideas of what the cause might be?