since a few days it is no longer possible to login via facebook, see screenshot.. it gets stuck, untill I load a new page

CommentFileSizeAuthor
stuck-sn.png35.79 KBallandk

Comments

allandk’s picture

update: I had 2 rules that checked content profile and email on login, after disabling the 2 rules - the problem disapperead.. I guess DFF is not compatible with rules module , or ?

Dave Cohen’s picture

Category: bug » support

I think some of what you wrote got cut off.

When user clicks connect button, fb.js sends an ajax event to drupal, and does nothing until it receives a response. If any module, rules or whatever, tries to redirect the ajax request or replies with something other than json, that could screw things up.

Try firebug or chrome console to put breakpoints in fb.js ajax success function, to see if it is ever reached. Maybe even use a packet sniffer to detect exactly how drupal replies to that request.