Was able to console in using the info you posted here: fly ssh console fails with `Error host unavailable: host was not found in DNS` - #3 by ldrndll.
I’m seeing the process when running top
, but I can see startup logs in the fly.io web UI, just not logs indicating any requests make it to the app (this wasn’t clear in my original post, I’ve since updated).
netstat -alpn
shows:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 :::8080 :::* LISTEN 580/node
tcp 0 0 fdaa:0:ad6c:a7b:e770:35e3:1070:2:22 :::* LISTEN 522/hallpass
tcp 0 36 fdaa:0:ad6c:a7b:e770:35e3:1070:2:22 fdaa:0:ad6c:a7b:9016:0:a:0:30147 ESTABLISHED 522/hallpass
tcp 0 0 fdaa:0:ad6c:a7b:e770:35e3:1070:2:56628 fdaa:0:ad6c:a7b:9ad9:2:23e4:2:5432 ESTABLISHED 580/node
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 3 [ ] STREAM CONNECTED 4395 1/init
unix 3 [ ] STREAM CONNECTED 4394 1/init
My understanding of these logs is pretty shaky, but it looks like it’s showing what is expected, the app is listening on 8080.