Module recaptcha doesn't exist

Created a new Node.js project with a simple server action (contact form) that consists of recaptcha validate and then an api action.

If I remove the recaptcha validate step the api action completes successfully. If I enable the recaptcha check, I get the following error:

{
status: "500",
message: "Module recaptcha doesn't exist",
stack: "Error: Module recaptcha doesn't exist at App._exec (/home/project/app/lib/core/app.js:417:27) at App._exec (/home/project/app/lib/core/app.js:398:28) at process._tickCallback (internal/process/next_tick.js:68:7)"
}

Any ideas?

Should there be a recaptcha.js file under modules?

Seems that we forgot the recaptcha in nodejs, here the file for you to test.

recaptcha.zip (591 Bytes)

Patrick has updated the file, confirmed as working.

recaptcha.zip (695 Bytes)

This has been fixed in Wappler 3.7.5