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
When using recaptch_v3 it adds 2 default callback methods executeRecaptchaFor#{sanitize_action_for_js(action)} and executeRecaptchaFor#{sanitize_action_for_js(action)}Async . While running automations its failing with "Uncaught SyntaxError: Unexpected token function" error. (Best guess something to do with node version and async). But only adding a callback one without async works fine. Achieved this through sending turbolinks: true option in recaptch_v3 method. Please suggest if this is the right way, thanks!
The text was updated successfully, but these errors were encountered:
When using recaptch_v3 it adds 2 default callback methods
executeRecaptchaFor#{sanitize_action_for_js(action)}
andexecuteRecaptchaFor#{sanitize_action_for_js(action)}Async
. While running automations its failing with "Uncaught SyntaxError: Unexpected token function" error. (Best guess something to do with node version and async). But only adding a callback one without async works fine. Achieved this through sendingturbolinks: true
option inrecaptch_v3
method. Please suggest if this is the right way, thanks!The text was updated successfully, but these errors were encountered: