I have seen similar posts, however the solutions to those posts did not work for me. My problem is I am trying to access the terminal for my app, but I get an error message when I run the command.
Error message: Error: ssh shell: wait: remote command exited without exit status or exit signal
Commands I have tried (all yield the same error):
fly ssh console -C “app/bin/rails console”
fly ssh console -C “rails/bin/rails console”
fly ssh console --pty -C “/rails/bin/rails console”
fly ssh console --pty -C “/app/bin/rails console”
Just deployed yesterday for the first time so the docker file is post Jan 2023.