Thanks for working on this project!
When running this example project, I'm seeing an error code 429, "Too many requests" when I click the button to log in. I am using the code sent to my email as my sign-in strategy. I get 3 emails in my inbox before Clerk cuts off the requests (none of them work to sign in because it continues to send multiple sign-in requests). This happens both when I click the big button to sign up, as well as if I click "Didn't receive a code? Resend" buttons on the next page of the login form.
All of the actions are repeated more than once.
{
"errors": [
{
"message": "Too many requests. Please try again in a bit.",
"code": "too_many_requests"
}
]
}
Any idea why this may be happening @BigAB? Thanks again for making such a comprehensive example!
Thanks for working on this project!
When running this example project, I'm seeing an error code 429, "Too many requests" when I click the button to log in. I am using the code sent to my email as my sign-in strategy. I get 3 emails in my inbox before Clerk cuts off the requests (none of them work to sign in because it continues to send multiple sign-in requests). This happens both when I click the big button to sign up, as well as if I click "Didn't receive a code? Resend" buttons on the next page of the login form.
All of the actions are repeated more than once.
{ "errors": [ { "message": "Too many requests. Please try again in a bit.", "code": "too_many_requests" } ] }Any idea why this may be happening @BigAB? Thanks again for making such a comprehensive example!