Closed spwolf closed 6 years ago
can you put a log statement at this line: https://github.com/akhoury/nodebb-plugin-spam-be-gone/blob/master/library.js#L260
console.log(
pluginSettings.recaptchaPrivateKey,
req.ip,
req.body['g-recaptcha-response']
);
i cannot reproduce this issue, we might just have to encodeURIComponent()
all 3 values
@spwolf please respond if you still have this issue with the output of the console.log above
With nodebb 1.2, and enabled re-captcha on signup, we get nodebb server restart after user verifies via re-captcha.
here is the error message: