Closed danieljaouen closed 6 years ago
Figured this out.
@danieljaouen can you tell me how you solved this? I'm having the same problem on Heroku
Create responders
folder in controllers/coherence
and add two files with following modules
defmodule Coherence.Responders.Json do
use Responders.Json
end
defmodule Coherence.Responders.Html do
use Responders.Html
end
OR Even better create new branch and run mix coh.install --reinstall
and remove unnecessary stuffs.
Thanks @pradosh987, that worked!
Here's the full error: