revolunet / react-mailchimp-subscribe

React subscribe form for Mailchimp.
https://revolunet.github.io/react-mailchimp-subscribe/
245 stars 48 forks source link

Stuck on Sending #30

Closed seanaguinaga closed 5 years ago

seanaguinaga commented 5 years ago

Demo and my own config are stuck on sending and eventually timeout no matter what.

lonelydatum commented 5 years ago

I'm getting the same thing. The url works fine when I copy and paste into a new browser though.

lonelydatum commented 5 years ago

const bad = https://________.us20.list-manage.com/subscribe?u=________&id=________ const good = https://________.us20.list-manage.com/subscribe/post-json?u=________&id=________

I had to add the post-json

Funny because the bad url I got was literally copied and pasted from Mailchimp. (When I copied the short url)

I think the MailChimp docs could be better. They should just literally have the url for you already instead of digging through the View Source as they suggested.

seanaguinaga commented 5 years ago

OMG Thank you so much. yeah--- mailchimp docs....

lonelydatum commented 5 years ago

Nice

revolunet commented 5 years ago

thanks @lonelydatum

ScottAgirs commented 4 years ago

It appears that the issue is back, I had this working on one of my previous projects, wanted to implement in a new one and it gets stuck on "Sending ..", then I checked the old project - and it's stuck there as well, even though, it was working before - no changes had been made since

Any ideas?

LazerJesus commented 4 years ago

+1

otaviobonder-deel commented 4 years ago

I'm stuck on sending too. Original URL was: https://xxx.us16.list-manage.com/subscribe/post?u=_____&id=____, tried changing the post to post-json, but didn't work either.

Using the URL directly on browser, it appears that Mailchimp asks for a captcha. Maybe that's the problem

callumoberholzer commented 3 years ago

The solution for me here was to disabled the recatpcha setting on Mailchimp's UI under the audience default settings.