Rails fly console returns an error

My deployed application works correct on fly.
fly ssh console works good too and in this place bin/rails console works also.
The problem is with fly console. This returns the error:
runtime error: invalid memory address or nil pointer dereference

I am asking for your support.

PS
I solved the problem halfway.
This command works: fly console --machine 90801692c70118
(with machine ID)
but fly console returns error. I think I should write something in fly.toml but I can’t do it.

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