Create new user by google auth
-
Hi i having problem with create a new customer by google auth
login with google with existing customer work well but in the last version of woocommerce this do not work
i got this error on server logs
PHP message: PHP Warning: Attempt to read property "display_name" on false in /wp-content/plugins/woodmart-core/inc/auth.php on line 169, while reading response header from upstream, client: ip, server: domain.com, request: GET /mi-cuenta/?opauth=key
after try login with no register email
i think maybe in last version of woocommerce they change something about wc_create_new_customer function included in woocommerce, only work for login and not for register
i found the issue was not in your theme
i found that this happend by plugin https://wordpress.org/plugins/simple-cloudflare-turnstile/
i deactivate the plugin and the registration with google works now