© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
5 replies
Valdien

hCaptcha issue

Working on setting up hCaptcha, but I keep getting "request disallowed". When I look at the hCaptcha site it shows that the captchas are being delivered and solved, but they are not being verified. I can see that the captcha token is being generated and sent with the signUp info to supabase.

const { error, user } = await supabase.auth.signUp(
      {
        email: data.email,
        password: data.password,
      },
      { data: { username: data.username, team: data.team }, 
        captchaToken: captchaToken  }
    );
const { error, user } = await supabase.auth.signUp(
      {
        email: data.email,
        password: data.password,
      },
      { data: { username: data.username, team: data.team }, 
        captchaToken: captchaToken  }
    );


everything else is set up exactly as shown in the guide here: https://supabase.com/docs/guides/auth/auth-captcha

Sign ups work just fine with out captcha. Any suggestions? And yes..I have checked the secret key, several times=)
Enable Captcha Protection | Supabase
Add Captcha Protection to your Supabase project
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,729Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Hcaptcha + OTP
SupabaseSSupabase / help-and-questions
4y ago
hCaptcha with Supabase
SupabaseSSupabase / help-and-questions
12mo ago
(solved) hcaptcha request disallowed
SupabaseSSupabase / help-and-questions
4y ago
Send Email hook HCaptcha Bug
SupabaseSSupabase / help-and-questions
13mo ago