How to run phoenix 1.3 in iex

When I run iex -S phx.server it doesn’t work.

For phoenix 1.3 we could run iex -S phoenix.server to run the server and bind iex to it. Is this still possible in 1.3?

Normally, it just works. Maybe show some logs, command output?

Probably it is just a typo in your post, but do you run iex -S mix phx.server, not iex -S phx.server?

2 Likes

Yes that’s my typo! Thank you very much! <3