You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use turnstile on a website I deploy with NuxtHub.
On my local host, everything works fine, but when I deploy with NuxtHub I always get
[nuxt] [request error] [unhandled] [400],[POST] "https://challenges.cloudflare.com/turnstile/v0/siteverify": 400 Bad Request
I make use of the custom endpoint and helper method.
🔍 What have you tried?
The provided Nuxt Turnstile examples.
ℹ️ Additional context
Dependencies:
"@nuxt/scripts": "^0.10.1"
"@nuxtjs/turnstile": "^0.9.12"
"@nuxthub/core": "^0.8.16"
"nuxt": "^3.15.4",
The text was updated successfully, but these errors were encountered:
📚 What are you trying to do?
Hi,
I want to use turnstile on a website I deploy with NuxtHub.
On my local host, everything works fine, but when I deploy with NuxtHub I always get
[nuxt] [request error] [unhandled] [400],[POST] "https://challenges.cloudflare.com/turnstile/v0/siteverify": 400 Bad Request
I make use of the custom endpoint and helper method.
🔍 What have you tried?
The provided Nuxt Turnstile examples.
ℹ️ Additional context
Dependencies:
The text was updated successfully, but these errors were encountered: