solidus_starter_frontend
solidus_starter_frontend copied to clipboard
User Authentication routes are missing ?
How do I use or access User Authentication can not find it's routes, the user authentication routes (/login) are available in the default solidus gem. Although I have solidus_auth_devise
installed, and the admin routes are available, is there a way I can enable User Authentication as well ?
Hey @vibhoo.
Did you replace the solidus
gem with the single components? (as referred here in the README)
If yes, what's the output of bin/rails routes | grep spree_user
in your project?
@blocknotes
Yes I replaced solidus gem with the single components and followed the step 1 to copy the components into my project.
Screen shot of the Gemfile
and when I run
bin/rails routes | grep spree_user
there is no output.
Can you post your config/routes.rb
file?
@blocknotes
Did we find any solution for this?
I assume this has to do with the route writing in solidus_auth_devise being inside this conditional:
if SolidusSupport.frontend_available? && Spree::Auth::Config.draw_frontend_routes
This issue has been automatically marked as stale because it has not had recent activity. It might be closed if no further activity occurs. Thank you for your contributions.