Home Forums WoodMart support forum Error 502 login Google Reply To: Error 502 login Google

#174171

Artem Temos
Keymaster

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

add_filter( 'woodmart_alt_auth_method', '__return_true' );

Also, send us screenshots from your Google APP configuration screens as per our documentation.