I am runing flyctl on a machine, it has been many months since I last used fly. When I first ran fly today I got upgraded from 0.3.170 → v0.3.234. I then had to reauthenticate.
Running fly orgs list is not showing one of the orgs I can see via the console, and running the command opens a browser window to a site like https://auth.fly.io/u/39080702db5875-50cc90856c8a3cf62f117c5b0a505766 which shows “not found”.
Running a command like fly ssh console --org blah-staging-188 results in:
Error: get app: failed to run query ($appName: String!) { appcompact:app(name: $appName) { id internalNumericId name hostname cnameTarget deployed network status appUrl platformVersion organization { id internalNumericId slug paidPlan } postgresAppRole: role { name } } }: Could not find App “blah”
and also opens a browser window to a site like https://auth.fly.io/u/39080702db5875-50cc90856c8a3cf62f117c5b0a505766 which shows “not found”.