Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

You also need to start cowlib #14

Open
jchukwum opened this issue Sep 7, 2013 · 0 comments
Open

You also need to start cowlib #14

jchukwum opened this issue Sep 7, 2013 · 0 comments

Comments

@jchukwum
Copy link

jchukwum commented Sep 7, 2013

Continuing from my previous bug posting a few minutes ago. I also think you need to add application:start(cowlib) in src/ezwebframe.erl.

It's a dependency to cowboy and needs to be running. Suggested update is the line in bold:

...
ok = application:start(crypto),
ok = application:start(ranch),
ok = application:start(cowlib),
ok = application:start(cowboy),
ok = web_server_start(Port, Dispatch).
...

Thanks

John Chukwuma

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant