CoderJobs
CoderJobs copied to clipboard
Update for Phoenix 1.4 please?
Hi, and thank you for sharing this example!
Would it be possible to update this app to support Phoenix 1.4?
I tried to update few dependencies (and had to go back to Phoenix 1.3 and comment out the guardian_db
dep and configs) to fix deps resolution conflicts and finally got to successful mix phx.server
run.
But visiting localhost:4000 throws this error:
`error_handler` not set in Guardian pipeline
Looks like you have to define a Guardian.Plug.Pipeline
with an error_handler
.
Sure i will update this when i have time. Also if you could do it yourself, you can send me a PR i will definitely merge it for you.