Attaching to Elixir application fails to provide prompt

52 Views Asked by At

I am able to attach to an Elixir application that is deployed, but I can't seem to give it any commands (no IEX prompt). It seems like a form-feed character is getting in the way, this is my prompt after attaching:

Attaching to /var/www/tmp/erl_pipes/avant_garden/erlang.pipe.1 (^D to exit)

^L

The application works (it's a web application, and I can access pages from the browser served by it). But I can't get the console.

Anyone have experience with this?

0

There are 0 best solutions below