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
I sometimes run into this error too on localhost when my connection is slow.
Ueberauth_facebook uses oauth2 Request module, which uses hackney with a default timeout of 5 seconds. As oauth2 Request module supports recv_timeout option, it would be nice to have it in ueberauth_facebook as well.
We could do it by adding a :timeout setting in config.exs that would be passed to get_token!
OAuth2.Error at GET /auth/facebook/callback
:connect_timeout
I tested on different machine and browsers its still happening
The text was updated successfully, but these errors were encountered: