Bug with backup regions?

I am having a problem with backup regions, possibly since upgrading flyctl.

# flyctl -a myapp regions list
Region Pool:
ams
dfw
syd
Backup Region:
# flyctl -a myapp regions backup lon atl sin
Error Cannot return null for non-nullable field ConfigureRegionsPayload.backupRegions
# flyctl -a myapp regions add cdg
Error Cannot return null for non-nullable field ConfigureRegionsPayload.backupRegions

Current version:

# flyctl version
flyctl v0.0.220 linux/amd64 Commit: 2f06aed BuildDate: 2021-05-14T17:07:51Z

Am I doing something wrong? Unless I’m mistaken this worked in the previous version.

I don’t think you’re doing anything wrong, I think this is a bug. We’re looking!

This was a bug, we believe it’s fixed, can you give it another try?

Incidentally, London is lhr not lon. But that shouldn’t break things. :slight_smile:

Thank you for the fast response! The error no longer occurs when performing modifications, so bug is fixed.

Backup regions list still shows as empty even when regions are present, for example:

# flyctl -a myapp regions list
Region Pool:
ams
cdg
dfw
syd
Backup Region:
# flyctl -a myapp regions remove cdg
Region Pool:
ams
dfw
syd
Backup Region:
atl
sin

(Notice how the backup regions show up OK when I performed a modification, but the list is empty when I do regions list)