You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
i have a problem while trying to connect trough social network.
on twitter i have this message
OmniAuth::NoSessionError at /o/twitter/callback
Session Expired
on facebook it comes back to home page (http://localhost:3000/a/signup#_=_) but the application is added to my applicatoin on facebook.
i'm on windows 8 with ruby 2.1.5 + rails 4.1.6
The text was updated successfully, but these errors were encountered:
Make sure you have memcached running and take a look at the rails logs. Most likely, no sessions are being created because the session backend (memcached) is not accessible.
Hello everyone,
i have a problem while trying to connect trough social network.
on twitter i have this message
OmniAuth::NoSessionError at /o/twitter/callback
Session Expired
on facebook it comes back to home page (http://localhost:3000/a/signup#_=_) but the application is added to my applicatoin on facebook.
i'm on windows 8 with ruby 2.1.5 + rails 4.1.6
The text was updated successfully, but these errors were encountered: