I am working on ex_admin and ran into a problem starting the Phoenix server. I am working on setting up integration tests with Hound. ex_admin has a Phoenix endpoint in the test/support framework. When I set the config for the endpoint server to true I get an error:
** (EXIT from #PID<0.70.0>) shutdown: failed to start child: Phoenix.Endpoint.Server
** (EXIT) shutdown: failed to start child: {:ranch_listener_sup, TestExAdmin.Endpoint.HTTP}
** (EXIT) exited in: :gen_server.call(:ranch_server, {:set_new_listener_opts, TestExAdmin.Endpoint.HTTP, 16384, [env: [dispatch: [{:_, [], [{:_, [], Plug.Adapters.Cowboy.Handler, {TestExAdmin.Endpoint, []}}]}]]]})
** (EXIT) no process
You can see the code here: https://github.com/gwincr11/ex_admin
Thanks for any help!