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
Where are you trying this? can you please elaborate
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