Question

I followed the Weber Quick start, but the command mix deps.get && mix compile --all --force && ./start.sh resulted in the following output:

** (Mix) Could not start application myweber: {:bad_return, {{Myweber, :start, [:normal, 
[]]}, {:EXIT, {:undef, [{Cowboy, :start, 2, []}, {Weber, :start, 2, [file: 
'/Users/jonas/code/myweber/deps/weber/lib/weber.ex', line: 49]}, {:application_master, 
:start_it_old, 4, [file: 'application_master.erl', line: 269]}]}}}}

Any suggestions on how to fix this?

Was it helpful?

Solution

It was not your problem, it was Weber bug. I have fixed it and you can try last weber from master, it must work now.

Let me know if you will have problems.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top