mix phx.new --no-ecto hellochannel "room:*", HelloWeb.RoomChannelmix phx.server[error] Ranch protocol :error of listener HelloWeb.Endpoint.HTTP (cowboy_protocol) terminated
** (exit) :undef is shown in the terminalI can't reproduce this locally for a new project. Do you have a repo that reproduces the issue?
Please let us know if you are have more information and care share a repo that reproduces this. Thanks!
@foliolin I ran into the same issue after updating my OS to Mojave. I was able to fix it with:
mix deps.clean --all && mix deps.get
maybe something to do with system libraries? No idea..but give that a try.
@Gazler @chrismccord Sorry for the slow response. I did what @tmock12 did and now it's gone. Thanks!
Most helpful comment
I can't reproduce this locally for a new project. Do you have a repo that reproduces the issue?