smpallen99/coherence

registration_create redirect not working

isAlmogK opened this issue · 2 comments

I set up the following redirect which should be triggered after a user creates their account

redirect the user to the dashboard page after registering

def registration_create(conn, _), do: redirect(conn, to: "/dashboard")

As you can see this does not work

issue-1

First check uncommenting import NohoguWeb.Router.Helpers in redirects.ex.

Mine works fine.

@jung-hunsoo is correct. Assuming from lack of reply that this issue has been resolved. Closing.