wp-graphql-woocommerce
wp-graphql-woocommerce copied to clipboard
Nonce verification failed
Describe the bug Getting Nonce verification failed on customerRegistration mutation.
To Reproduce Steps to reproduce the behavior: There is no specific steps to reproduce. just triggered this customerRegistration mutation with email and password

WooGraphQL Version : 0.8.0
@akshaykatale99 This still an issue?
Same happening to me, registerCustomer mutation returns Nonce verification failed. @akshaykatale99 did you solve this in the meantime?
@akshaykatale99 @TatjanaDjurdjevic this is due to customerRegister attempting to log in at the end of the mutation. This causes GraphiQL not show the response. Should work in Postman or another client tho.
I tried it out, it doesn't work 😢 Weird thing is that it works fine on 3 other websites, but only one client's website has this issue. Did anyone manage to solve this?