Trouble getting IEx shell of remote app

I’ve deployed a new app and would like to get access to the currently running instance.

Connecting to top1.nearest.of.vex.internal... complete
# /app/bin/vex remote
Erlang/OTP 24 [erts-12.3] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:1] [jit]

Could not contact remote node vex@fdaa:0:4917:a7b:2984:10ea:ae8c:2, reason: :nodedown. Aborting...
#     

When I look at the app it seems to be in a healthy state:

❯ fly info
App
  Name     = vex          
  Owner    = personal     
  Version  = 1            
  Status   = running      
  Hostname = vex.fly.dev  
...

How might I resolve this?

For future reference this was solved by a suggestion from ssh console and checking app says it's down but it's not - #18 by hiroki_arai

1 Like