The deployed app has no IP assigned

How to deploy IP address in windows?

Hey there,

That’s strange. In the event you didn’t receive one automatically, you can manually allocate one via flyctl.

Here’s a link to the docs:

thank you

I got the same issue just now, the application got created with no ips (not even the ip 6 one) and i had to create one manually

This was my 4th application, maybe it’s related to billing and the 3 free machines?

I am hitting this issue. I have a credit card setup on the org.

Does your app have a [services] block in its config? We only allocate IPs by default when there’s a services block.

Is that a new requirement? I have an old (1 month) app that only ever had (I think) and currently has this in the fly.toml and it works fine:

# fly.toml file generated for delicate-snowflake-7941 on 2022-06-13T17:44:25Z

app = "pdp-spike-fly"

[build]
  builder = "heroku/buildpacks:20"

Maybe what happened is I initially had that block defined, then removed it.

I see the docs say as such too: App Configuration (fly.toml) · Fly Docs. Ok my bad I think.