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
The enterprise script doesn't load. Using enterprise: true in Nuxt 3 and calling the execute provided from useChallengeV3 causes this error:
Error: Invariant violation: Please load enterprise recaptcha script first
at invariant (utils.mjs?v=c6c10ab5:8:11)
at getEnterpriseRecaptcha (enterprise-helper.mjs?v=c6c10ab5:3:3)
at Object.execute (proxy.mjs?v=c6c10ab5:28:14)
at async execute (challenge-v3.mjs?v=c6c10ab5:10:31)
I tried adding the enterprise script manually, and it worked without a problem.
Description
The enterprise script doesn't load. Using
enterprise: true
in Nuxt 3 and calling theexecute
provided fromuseChallengeV3
causes this error:I tried adding the enterprise script manually, and it worked without a problem.
Minimal Reproducible Example
nuxt.config.ts
Form.vue
System info
The text was updated successfully, but these errors were encountered: