Hi, I am getting the following error trying to create a regional IP address in HKG region.
fly ips allocate-v4 --app <my_app> --region hkg
Error message I got:
Error: server returned a non-200 status code: 500
When I turned on --debug
on flyctl
:
Stacktrace:
goroutine 1 [running]:
runtime/debug.Stack()
runtime/debug/stack.go:24 +0x64
github.com/superfly/flyctl/internal/cli.printError(0x1400034c460, 0x14000881c1e, 0x1066af420?, {0x106a6cf40, 0x14000356070})
github.com/superfly/flyctl/internal/cli/cli.go:148 +0x360
github.com/superfly/flyctl/internal/cli.Run({0x106a86cf0?, 0x140000eba80?}, 0x1400034c460, {0x1400004c090?, 0x7, 0x7})
github.com/superfly/flyctl/internal/cli/cli.go:100 +0x7c0
main.run()
github.com/superfly/flyctl/main.go:47 +0x174
main.main()
github.com/superfly/flyctl/main.go:26 +0x20
However, if I went to create a regional IP in sin
region, it works without an error.
Please advice because I am looking to create a regional dedicated IP in Hong Kong if possible.