Drab is unable to find the endpoint of ':cool_interface'.
Nobody has claimed this yet.
- Dominant language
- Elixir
- Stars
- 878
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
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.exs
Run 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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue from a clean mix phx.new cool_interface project using the reported Elixir 1.7.4, Phoenix 1.4.3, the Drab dependency in mix.exs, and mix drab.install. Start by tracing where the install task looks for the endpoint and compare the reported failure with the generated project's endpoint configuration; done means installation completes without the endpoint error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100