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
for some reason which i could not figure out, there is a bug using this package alongside turbolinks and livewire. if you have an action that needs ReCaptcha/honey verification it works the first time but if you intend to do it again you HAVE to refresh the page to get the new token or else the verification fails. not refreshing the page is the whole point of SPA and turbolinks. not sure what could be the issue since im not a javascript guru but i guess it might be because there is no data-turbolinks-track="true" for the ReCaptcha script.
any idea what is causing this issue and how to fix it?
The text was updated successfully, but these errors were encountered:
for some reason which i could not figure out, there is a bug using this package alongside turbolinks and livewire. if you have an action that needs ReCaptcha/honey verification it works the first time but if you intend to do it again you HAVE to refresh the page to get the new token or else the verification fails. not refreshing the page is the whole point of SPA and turbolinks. not sure what could be the issue since im not a javascript guru but i guess it might be because there is no
data-turbolinks-track="true"
for the ReCaptcha script.any idea what is causing this issue and how to fix it?
The text was updated successfully, but these errors were encountered: