Trouble connecting to remote iex shell

Hi I deployed a legacy phoenix application (pre 1.6.3) and having trouble connecting to a remote iex shell:

fly ssh console --pty -C "/app/bin/glasswerks remote"
Connecting to fdaa:3:d862:a7b:1af:7c0b:795:2... complete
Could not start IEx CLI due to reason: :noconnection
                                                    Error: ssh shell: Process exited with status 1

Hi… In addition to the earlier advice of checking for OOMs in fly logs, it might help to post the contents of /app/bin/glasswerks in full. (Assuming that that is indeed a small or medium-sized shell script.)

It might turn out to be particularly handy to know which --cookie, --name, and --remsh settings it’s been trying to use…

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.