Trying to run fly ssh console --pty -C 'sudo -iu rails' and then bin/rails console results in
/rails/vendor/bundle/ruby/2.7.0/gems/execjs-2.7.0/lib/execjs/runtimes.rb:58:in `autodetect': Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)
I can’t seem to get a rails console session started and none of the documented methods work.