Chris Merry
Chris Merry
We're experiencing the same issue, any ideas when there will be a fix / is there a potential work around?
I'm also getting this error, here is the stack trace in case it helps. ``` at module.exports (node_modules/.pnpm/@[email protected]/node_modules/@nuxtjs/recaptcha/lib/module.js:8:13) at installModule (node_modules/.pnpm/@[email protected]/node_modules/@nuxt/kit/dist/index.mjs:435:21) at async initNuxt (node_modules/.pnpm/[email protected]_ycpbpc6yetojsgtrx3mwntkhsu/node_modules/nuxt/dist/index.mjs:2254:7) at async load (node_modules/.pnpm/[email protected]/node_modules/nuxi/dist/chunks/dev.mjs:6810:9) 18:11:21...
Oh, seems like nuxt3 isn't supported right now. Perhaps this is a good alternative in the meantime: https://github.com/AurityLab/vue-recaptcha-v3/issues/609
+1 for this PR, we've had to use these alternate ENV vars to get the production nuxt with concierge up and running in a docker container. If nothing else a...