skip to Main Content

I Have used clerk before for authentication. But the error I am getting today is weird. Has anyone bumped into it?

"status": 400,
"clerkError": true,
"errors": [
    {
      "code": "captcha_missing_token",
      "message": "Missing CAPTCHA token",
      "longMessage": "Missing CAPTCHA token",
      "meta": {}
    }
  ]
}

I have followed the SignUp steps to the tee but I run into this error

2

Answers


  1. Where are you trying this? can you please elaborate

    Login or Signup to reply.
  2. Which expo version do you use? there is an issue on github, I think this can be the same root cause. Have you already checked it? https://github.com/clerk/javascript/issues/4669

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search