omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

On production /complete/facebook just times out with a Gateway Timeout #972

Closed domino14 closed 8 years ago

domino14 commented 8 years ago

The same thing happens with Google. The URL looks like:

/complete/facebook/?redirect_state=<state>&client_id=<client_id>

This times out with a 502 Bad Gateway error. If I just go to the path /complete/facebook in my browser even that times out (and I get a log Missing needed parameter code in my log file).

Anyone know what could be happening?

domino14 commented 8 years ago

The issue was that I had no Internet connectivity inside my Docker container on prod for an unrelated reason. Closing this, but I'll leave the description up in case anyone has the same issue...