flyctl ssh not working

I’m having trouble using flyctl ssh console -c fly.toml

I’m getting the response:

Error ssh: can't build tunnel for alembic: Post "https://api.fly.io/graphql": dial tcp [2a09:8280:1:f28:246e:d6a:949:dbbf]:443: connect: network is unreachable


I can still deploy the app, but can’t ssh into the container.

I’ve tried using the websockets option for wireguard but that doesn’t seem to help.

Here’s the latest agent logs:

2023/01/23 14:34:45.052656 srv OK 41450
2023/01/23 14:34:45.075237 #1 connected ...
2023/01/23 14:34:45.075315 #1 <- (    4) "ping"
2023/01/23 14:34:45.075448 #1 -> (   57) "7\x00ok {\"PID\":41450,\"Version\":\"0.0.450\",\"Background\":true}\n"
2023/01/23 14:34:45.075468 #1 dropped.
2023/01/23 14:34:45.075613 #2 connected ...
2023/01/23 14:34:45.075647 #2 <- (   17) "establish alembic"
2023/01/23 14:34:45.103670 #2 -> (  122) "x\x00err Post \"https://api.fly.io/graphql\": dial tcp [2a09:8280:1:f28:246e:d6a:949:dbbf]:443: connect: network is unreachable"
2023/01/23 14:34:45.103719 #2 dropped.
2023/01/23 14:36:45.385045 srv validated wireguard peers
2023/01/23 14:38:45.673541 srv validated wireguard peers
2023/01/23 14:40:46.171631 srv validated wireguard peers

Sorry, pasted the wrong file originally.