Facebook Signup Problem on Safari

Issue #258 resolved
udemi repo owner created an issue

Got a friend on Safari trying to sign up via Facebook - it just loads forever and nothing happens.

Another friend responded:

  • Got an issue with the "Signup with Facebook" popup being blocked. It won't allow me to continue the registration even if I say "yea, open it". I have to "always allow popups from udemi etc etc".

Please guys have a look this could be serious

Comments (11)

  1. Enrico Piccini

    I get a VM with OSX El Capitan (Ver. 10.11) with Safari 9.0. I tried to signup with facebook with a test user (on TEST.UDEMI.ORG) and it worked without problems. @Brotrob What is your friend's name? Maybe is already registered. I wanna check it.

    I tried also on PROD.UDEMI.ORG to login with facebook with my account and it worked without problems. @dwmarrs Can you test it also on OSX Yosemite using BrowserStack, please?

  2. Enrico Piccini

    @Brotrob I improved a bit the code and add some logs to track what happen. I also enable the "debug" on PROD and TEST so we can see the logs in the browser console. I need that your friend make a subscription test on test.udemi.org

  3. Enrico Piccini

    Managed the case of "emtpy email" from fb api. Pass an empty email to our api and then make the email field editable on user profile

  4. Enrico Piccini

    Using private browsing the FB sdk is not loaded, so we need to show a message to user to ask to disable "private browsing" or "incognito mode"

  5. Enrico Piccini

    There is no official way to detect Incognito\Private browsing but I tried to write a method that "hacks" the browers (except IE) and show a message to inform the user of possibile problems. Only To deploy

  6. Enrico Piccini

    Today I fixed also a facebook configuration that show an error when a user try to signup or login using the udemi domain with WWW.

  7. Log in to comment