pdupavillon / express-recaptcha

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

Recaptcha is not a constructor #27

Closed HassanCorrigan closed 5 years ago

HassanCorrigan commented 5 years ago

I've tried multiple attempts at implementing this package and every time I do I get the same error message.

I imported the package and configured with my two keys from google which caused the error, didn't try implementing it on any routes or views.

I also downloaded the sample code and tried to run that only to receive the same error.

HassanCorrigan commented 5 years ago

Sorry my mistake I was using the GitHub docs with the NPM package hence the issue. They have different implementations.