smpallen99/coherence

(UndefinedFunctionError) function Magnify.Web.Router.Helpers.session_path/2 is undefined

Closed this issue · 1 comments

I have the following in my router

scope "/", MagnifyWeb do
    pipe_through :protected
    # add protected resources below
    resources "/magnets", MagnetController
  end

I followed the install instructions but when I go to the following url http://0.0.0.0:4000/magnets

I get the following error

(UndefinedFunctionError) function Magnify.Web.Router.Helpers.session_path/2 is undefined (module Magnify.Web.Router.Helpers is not available)

Closing this fixed with proper installation