Open skull-squadron opened 6 years ago
Looks like a bug
This happened to me. Did you add the coherence routes to your router before you ran mix ecto.setup
? That fixed mine.
# Add this block
scope "/" do
pipe_through :browser
coherence_routes()
end
# Add this block
scope "/" do
pipe_through :protected
coherence_routes :protected
end
Similar to #323
Stacktrace
mix.exs
Generator invocation
mix coh.install --full-invitable && mix ecto.setup
Config