I am using the API (not cli) to create apps and machines but I can’t seem to make an app available over the internet. I realise it’s to do with allocating an IP address which seems easy enough with the cli but I don’t see the equivalent for the API.
When creating an app I send this payload:
{
app_name: "app-name",
org_slug: "org-name",
no_public_ips: false, // thought this might help but NO!
vm_size: "shared-cpu-1x",
internal_port: 3000,
ha: true
}
I have machine with services configured but still no luck???