Home Forums WoodMart support forum Google login redirect

Google login redirect

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78051

    indrapal
    Participant

    Hi Team,

    Need some help, My google login not working.

    When I click on google button to sign in and select the google account on google page then it does not redirect to my account page dashboard. It is redirecting to Login page. Can you please check it from your end.

    Thanks

    #78078

    Artem Temos
    Keymaster

    Hi,

    Try to add the following PHP code snippet to the child theme functions.php file

    add_filter( 'woodmart_alt_auth_method', '__return_true' );

    Regards

    #78092

    indrapal
    Participant

    Hi team,

    The given code is not working still getting the same problem

    #78093

    Artem Temos
    Keymaster

    The problem seems to be caused by your hosting server. Google redirects you to the page sending some serialized data via GET parameter in the URL. The problem that your server can’t parse it and it has some limitation on the number of characters in this parameter. Try to contact your hosting providers to increase it in two or three times.

    https://prnt.sc/khxgsp

Viewing 4 posts - 1 through 4 (of 4 total)