Menttis
Nuxt turnstile module server side verification in cloudflare pages
Ok got it, in case some body else is wondering.. In cloudflare pages the ENV does not pass it self, it needs to be set in nuxt.config.js.
Logged first the entire turnstile object and found the error: "missing-input-secret"
I had in nuxt.config.js:
So just added the secretKey also and it worked:
6 replies