You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am seeing the following errors appear in the logs occasionally. The application is hosted in a data centre so it's unlikely to be related to an internet outage, especially since there have been a few of them over the past month. Regardless, it would be good if the code monitored for this and moved on rather than failing.
ERROR: The following errors were thrown when trying to resolve the recaptcha token: timeout-or-duplicate {"exception":"[object] (Lukeraymonddowning\Honey\Exceptions\RecaptchaFailedException(code: 0): The following errors were thrown when trying to resolve the recaptcha token: timeout-or-duplicate at /var/www/html/laravel/vendor/lukeraymonddowning/honey/src/Recaptcha.php:37)
The text was updated successfully, but these errors were encountered:
I'm using Livewire and I have previously reported this issue, and a PR was submitted and fixed the issue.
I am currently facing a similar issue again, but due to the complexity of the layout changes, I won't bother reproducing the steps.
Suffice to say, when the x hits the fan, manually call '$this->requestRecaptchaTokenRefresh();' which was added by the PR.
Resolved my issue in a complex setup. See if you can catch the error and call that method.
Hi, I am seeing the following errors appear in the logs occasionally. The application is hosted in a data centre so it's unlikely to be related to an internet outage, especially since there have been a few of them over the past month. Regardless, it would be good if the code monitored for this and moved on rather than failing.
ERROR: The following errors were thrown when trying to resolve the recaptcha token: timeout-or-duplicate {"exception":"[object] (Lukeraymonddowning\Honey\Exceptions\RecaptchaFailedException(code: 0): The following errors were thrown when trying to resolve the recaptcha token: timeout-or-duplicate at /var/www/html/laravel/vendor/lukeraymonddowning/honey/src/Recaptcha.php:37)
The text was updated successfully, but these errors were encountered: