-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recipient "" has too many recent signup requests #33
Comments
Did you figure this issue out? I am having the exact same one. |
I did. Check all of your required fields on your Mailchimp dashboard, ensure there are no fields that you are requiring on Mailchimp, but not passing from your app's component. In my case, I had a custom field (CustomField) which I added in past and forgot about. The error was not very specific, but when decrypted - the error essentially was saying that I am passing a field with an empty value. Since the field CustomField was not present in my form Mailchimp interpreted the value of CustomField to be "", and complained. Edit: Sorry, this is actually for another, similar error. The error that I originally asked about here, was also due to a value not being passed - still the solution should be the same - check the fields and ensure you are passing required fields and that values are actually being passed. |
I had a few different issues. But I think the one which caused this specific error was sending Mailchimp needs to work on their error messages. |
@dijs solution works, we can close this issue? |
Trying to use with Formik, with the code:
Getting this error:
The text was updated successfully, but these errors were encountered: