wp-graphql-woocommerce icon indicating copy to clipboard operation
wp-graphql-woocommerce copied to clipboard

Nonce verification failed

Open akshaykatale99 opened this issue 4 years ago • 4 comments

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

Screenshot 2021-04-01 at 10 18 16 PM

WooGraphQL Version : 0.8.0

akshaykatale99 avatar Apr 01 '21 16:04 akshaykatale99

@akshaykatale99 This still an issue?

kidunot89 avatar Feb 02 '22 23:02 kidunot89

Same happening to me, registerCustomer mutation returns Nonce verification failed. @akshaykatale99 did you solve this in the meantime?

TatjanaDjurdjevic avatar Aug 25 '22 12:08 TatjanaDjurdjevic

@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.

kidunot89 avatar Aug 25 '22 17:08 kidunot89

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?

TatjanaDjurdjevic avatar Aug 26 '22 08:08 TatjanaDjurdjevic