Open kallefrombosnia opened 3 years ago
I got the same issue. Can I know if someone has solution ?
Need to run this.$refs.captcha.execute();
after the response (success or error) otherwise you are submitting the same token.
I got the same issue.
Is there anyway to solve this problem with javascript
instead of vue
?
I have tried
<script type="text/javascript">
setInterval(function () {
refreshReCaptchaV3('sign_in_id', 'sign_in');
}, 120000);
</script>
but this still happen
Hello, I have a problem with this error.
I checked every issue here and all of them are timeouts after 2 minutes of page loading, but for me, the problem occurs after page load < 2 minutes. More precisely seconds after js load and submit.
Laravel 8, PHP 7.3.7 My controller:
But when I test before request validation everything passes normally.