pdupavillon / express-recaptcha

Implementation of google recaptcha v2 & V3 solutions for express.js
MIT License
128 stars 22 forks source link

TypeError: next is not a function #50

Open the1bit opened 3 years ago

the1bit commented 3 years ago

Hi,

I start to implement your example but I am facing the following issue:

express-recaptcha\dist\v3.js:45
                    next();
                    ^

TypeError: next is not a function

NodeJS: v10.20.1 NPM: 6.14.8 OS: Windows 10

Thanks in advance

pdupavillon commented 2 years ago

@the1bit, do you still have the issue? if yes, which version of this lib are you using?

Thanks