Working with Rebar3 #1567
-
I'm trying to get the ssl example running using rebar3 and have an issue popping up. I've moved the src and priv directories into my rebar3 app called "junk." I've also updated the dependencies to cowboy 2.9.0. Any ideas would be appreciated as I'm stuck. There error is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well it seems you haven't started Cowboy. With Rebar3 you will probably need to add cowboy to the .app.src file. |
Beta Was this translation helpful? Give feedback.
Well it seems you haven't started Cowboy. With Rebar3 you will probably need to add cowboy to the .app.src file.