nuxt-community/recaptcha-module

Serializing native function: Boolean

Tjark-Kuehl opened this issue · 3 comments

Having an issue running this with typescript in spa mode that I cannot even start it with default options.

Maybe having an error compiling this

 inject('recaptcha', new ReCaptcha(<%= serialize(options) %>))

Nvmd was a config mistake

@Tjark-Kuehl I have the exact same error but the config looks OK.
What was the exact issue and solution in your case?

@Tjark-Kuehl I have the exact same error but the config looks OK. What was the exact issue and solution in your case?

I'm rly not sure anymore tbh. I can look around my repositories but I dont think that I can find how I solved it.
Where is this even used maybe I can look at that I just knew that I've used ReCaptcha v3 in the end.