-
Notifications
You must be signed in to change notification settings - Fork 280
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
spree frontend MyAccount Link is not working #202
Comments
In app/views/spree/shared/_social.html.erb Workaround: Copy existing partial from gem to views/spree/shared/_social.html.erb .
|
@mohansiriga7
This should also fix all crashes of that kind throughout application. It might change Spree intended behavior somewhere, but I have not found such place. (nor would it matter much since it doesn't work as intended anyway) Explanation of fix |
@mihiic everything is working fine now. I really appreciate your help in resolving my problems. Thanks |
resolved the same issue with the suggested workaround. Thanks! |
Hi, I am currently using Spree_social gem for facebook and g+ authentication. Whenever i add any authentication methods like FB/G+ in admin panel, i am getting errors for normal users who are logged in with username and password.
Steps to reproduce errors:
However if i logged in with facebook then clicking on MyAccount button is working fine. The button is not working only for normal users after i added FB authentication method in admin panel.
Please help me with this. Any advice would be much appreciated. Thanks.
The text was updated successfully, but these errors were encountered: