You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: