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
trying to use useChallengeV3 composable, when visiting dev server (npm run dev) got full page 500 error:
Package import specifier "#imports" is not defined in package /var/www/node_modules/vue-recaptcha/package.json imported from /var/www/node_modules/vue-recaptcha/dist/nuxt-plugin.mjs
When I am using yarn to install: yarn add vue-recaptcha , it's version which is in package.json is 3.0.0-alpha.2
I try to change it into 3.0.0-alpha.6 and it works for me.
Description
trying to use
useChallengeV3
composable, when visiting dev server (npm run dev
) got full page 500 error:Minimal Reproducible Example
added plugin in
nuxt.config.ts
:and imported in component:
System info
The text was updated successfully, but these errors were encountered: