• andrerabelo

    (@andrerabelo)


    I keep getting errors in those login configuration attempts. The plugin version is 1.4.6

    [Facebook] After the user finishes his login in the Auth screen, I keep seeing a blank page with this URL: https://mywebiste/wp-admin/#_=_ and after refreshing the page, the login happens normally. But this is a bad UX.

    [Google] When I click in the Google icon to login, I keep downloading a file that says: HybridAuth End Point.

    File content:

    require_once( "Hybrid/Auth.php" );
    require_once( "Hybrid/Endpoint.php" );
    require_once('vendor/autoload.php');
    Hybrid_Endpoint::process();

    What should I do in both scenarios?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    Could you try to download again the latest plugin version package ?

    Thread Starter andrerabelo

    (@andrerabelo)

    I did. In the moment that I opened this topic I was using the 1.4.6 version.

    Keep getting the same errors. Looks like a bug.

    Plugin Author YITHEMES

    (@yithemes)

    Hi @andrerabelo ,
    Do you have some plugin that manage the cache ?

    Thread Starter andrerabelo

    (@andrerabelo)

    Yes. Nginx Helper and Redis Object Cache.

    What should I do?

    I can’t deactivate either one.

    Plugin Author YITHEMES

    (@yithemes)

    Hi @andrerabelo ,
    Try to exclude from the cache this path

    wp-content/plugins/yith-social-login/includes/hybridauth

    Thread Starter andrerabelo

    (@andrerabelo)

    I have disabled the cache in our staging website and even doing so, the social logins didn’t work.

    Is there a plugin update coming soon? I still think that might be a bug.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Error in Google and Facebook Login’ is closed to new replies.