I am encountering an issue when attempting to allocate a dedicated IPv4 address in the gru
region using the flyctl
CLI. Despite confirming the $2/month cost, the command fails with a server error (status code 500). Below are the details:
fly ips allocate-v4 --region gru --debug
? Looks like you’re accessing a paid feature. Dedicated IPv4 addresses now cost $2/mo.
Are you ok with this? Alternatively, you could allocate a shared IPv4 address with the --shared flag. Yes
Error: server returned a non-200 status code: 500
Stacktrace:
goroutine 1 [running]:
runtime/debug.Stack()
runtime/debug/stack.go:26 +0x5e
github.com/superfly/flyctl/internal/cli.printError(0xc0000c6c80, 0xc0007b5c1e, 0xc000653208, {0x5d5ffa0, 0xc00055f030})
github.com/superfly/flyctl/internal/cli/cli.go:184 +0x59e
github.com/superfly/flyctl/internal/cli.Run({0x5d85210?, 0xc0001302c0?}, 0xc0000c6c80, {0xc000050250, 0x5, 0x5})
github.com/superfly/flyctl/internal/cli/cli.go:117 +0x9c5
main.run()
github.com/superfly/flyctl/main.go:47 +0x165
main.main()
github.com/superfly/flyctl/main.go:26 +0x18