-
Notifications
You must be signed in to change notification settings - Fork 43
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
Drab is unable to find the endpoint of ':cool_interface'. #186
Comments
Hi @ericridgeway, |
I have the same problem: ==> drab |
Hi @AndreasBraun2015, |
I am using version : Phoenix v1.3.4 and Elixir 1.7.3 (compiled with Erlang/OTP 19). Here are the steps I did: create appmix phx.new phx_drab warning add {:plug_cowboy, "~> 1.0"}atom . mix.exs{:plug_cowboy, "~> 1.0"} mix deps.get test appmix phx.server add drabhttps://github.com/grych/drab mix.exs{:drab, "~> 0.10.0"} mix deps.get install drabmix drab.install errormix drab.install Checking prerequisites for :phx_drab Many thanks for your help. I used drab before with older phx versions and it is a great package, thank you for providing it to the community. |
Thanks, I will try to find it. |
Let me know if you need more details, system printouts or anything. Love Drab so much, thanks for making it so great! |
Elixir 1.7.4
Phoenix 1.4.3
Clean dir:
mix phx.new cool_interface
cd cool_interface
Add
{:drab, "~> 0.10.0"}
to mix.exsRun
mix deps.get
Finally
mix drab.install
Get the unable to find endpoint error
I've tried manually installing but just get other errors that also seem to involve endpoint. I was really hoping the drab.install with everything being up-to-date versions would save me
The text was updated successfully, but these errors were encountered: