fly pg create --fork-from doesn't work? Field 'node' doesn't exist on type 'Queries'

When I run fly pg create --name new-db-app-name --fork-from old-db-app-name --verbose --region iad

I get
Error: failed to run query($id: ID!) { volume: node(id: $id) { ... on Volume { app { name } } } }: Field 'node' doesn't exist on type 'Queries'

Any ideas? This used to work. I’m using this to copy production data into staging. I know that old postgres is unsupported, so no high hopes, but still.

this was fixed (here) and will be available as part of the next flyctl release cycle.

Thanks, I can confirm that it’s fixed and working again!