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