Cannot connect to postgres or ssh with flyctl

  1. Is the fly CLI showing any errors at your end if you run fly doctor?
$ fly doctor
Testing authentication token... PASSED
Testing flyctl agent... PASSED
Testing local Docker instance... Nope
Pinging WireGuard gateway (give us a sec)... PASSED
  1. Are you able to connect to https://api.fly.io/graphql? The first error suggests perhaps not. To check try loading https://api.fly.io/graphql in your browser - do you see the GraphQL page? I don’t know if that’s officially supported, auth etc, however it would at least check you are able to make requests to it. If not, that will cause problems.