In a form such as Sign Up where there is reCaptcha, if a server-side error occurs the token is consumed and user cannot reuse the form, the page needs to be refreshed.
Solution is to catch the error and reset the reCaptcha letting user correct the issue and continue.
- Go to the signup form
- Use an existing email
- Press Sign Up
There is a duplicate error
- Correct the email
- Press Sign Up
There is a bad captcha error
In a form such as Sign Up where there is reCaptcha, if a server-side error occurs the token is consumed and user cannot reuse the form, the page needs to be refreshed.
Solution is to catch the error and reset the reCaptcha letting user correct the issue and continue.
There is a duplicate error
There is a bad captcha error