Hi,
I'm using the latest Phoenix v1.4.6
The command mix phx.new.web auction_web --no-ecto. does not work.
When i run the mix.server command, after running above, this is what i get ---
$ mix phx.server
Compiling 11 files (.ex)
Generated auction_web app
23:48:11.383 [info] Access AuctionWeb.Endpoint at http://localhost
And it just hangs there.
I'm not sure whether this is a bug with the Phoenix framework itself.
################################################################
Instead i had to use the mix phx.new command to get the web app/phoenix working.
Hi,
I'm using the latest Phoenix v1.4.6
The command mix phx.new.web auction_web --no-ecto. does not work.
When i run the mix.server command, after running above, this is what i get ---
$ mix phx.server
Compiling 11 files (.ex)
Generated auction_web app
23:48:11.383 [info] Access AuctionWeb.Endpoint at http://localhost
And it just hangs there.
I'm not sure whether this is a bug with the Phoenix framework itself.
################################################################
Instead i had to use the mix phx.new command to get the web app/phoenix working.