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
I am implementing the base example code that is shared in the documentation, at the moment of executing the getResponse method it fails me, when looking at the error it shows the following error:
Login error: TypeError: Cannot read properties of null (reading 'execute') at eval (recaptcha.js:76:1) at new Promise (<anonymous>) at ReCaptcha.getResponse (recaptcha.js:73:1)
Apparently it is not initializing correctly and that is why it tells me that execute does not exist.
I am implementing the base example code that is shared in the documentation, at the moment of executing the getResponse method it fails me, when looking at the error it shows the following error:
Login error: TypeError: Cannot read properties of null (reading 'execute') at eval (recaptcha.js:76:1) at new Promise (<anonymous>) at ReCaptcha.getResponse (recaptcha.js:73:1)
Apparently it is not initializing correctly and that is why it tells me that execute does not exist.
This is the code I am using to obtain the token
and this is the configuration in nuxt.config
The text was updated successfully, but these errors were encountered: