Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Authentication routes are missing ? #143

Open
vibhoo opened this issue Jan 15, 2021 · 7 comments
Open

User Authentication routes are missing ? #143

vibhoo opened this issue Jan 15, 2021 · 7 comments
Labels
question Further information is requested

Comments

@vibhoo
Copy link

vibhoo commented Jan 15, 2021

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 ?

@blocknotes
Copy link
Contributor

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 blocknotes added the question Further information is requested label Jan 15, 2021
@vibhoo
Copy link
Author

vibhoo commented Jan 15, 2021

@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
image
and when I run bin/rails routes | grep spree_user there is no output.

@blocknotes
Copy link
Contributor

Can you post your config/routes.rb file?

@vibhoo
Copy link
Author

vibhoo commented Jan 15, 2021

@blocknotes
image

@achalbi
Copy link

achalbi commented Apr 19, 2021

Did we find any solution for this?

@yoerayo
Copy link

yoerayo commented Aug 21, 2021

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

@stale
Copy link

stale bot commented Nov 11, 2022

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.

@stale stale bot added the stale label Nov 11, 2022
@gsmendoza gsmendoza removed the stale label Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants