(UndefinedFunctionError) function Magnify.Web.Router.Helpers.session_path/2 is undefined
Closed this issue · 1 comments
isAlmogK commented
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)
isAlmogK commented
Closing this fixed with proper installation