spree_social
spree_social copied to clipboard
Building block for spree social networking features (provides authentication and account linkage)
Receiving a sporadic exception (one per 30-50 Facebook authentications) in production using the Spree 2-0-stable stack. ``` URL: /users/auth/facebook/callback?code=CODE BACKTRACE: A NoMethodError occurred in omniauth_callbacks#facebook: undefined method `user' for nil:NilClass...
Recently I have installed spree_social from 2-1-stable branch to spree-2-1-stable. where I could get success on about twitter but not facebook. For facebook, I am getting the below error while...
In airbrake - RuntimeError: Could not find a valid mapping for path "/users/auth/facebook/callback"
Hi, Recently I built spree application with spree-2.1 + Spree_auth_devise-2.1 + spree_social- 2.1. My airbrake account showing the below information, ``` Error class : RuntimeError Error message RuntimeError: Could not...
When the Spree engine is mounted at a custom path (such as `/store`), the authentication path provided by spree_social (`/users/auth/:provider` by default) does not include this path. This issue would...