VulcanJS / Vulcan

🌋 A toolkit to quickly build apps with React, GraphQL & Meteor
http://vulcanjs.org
MIT License
7.98k stars 1.89k forks source link

Subscribe Button not working #1729

Closed Michael-Reich closed 7 years ago

Michael-Reich commented 7 years ago

I added API key and List Id of MailChimp and got this error on clicking on the button: Error: GraphQL error: Cannot read property 'subscribe' of undefined

valgalin commented 7 years ago

Hi @Michael-Reich ,

This has been fixed in the devel branch. Please see sample_settings.json file in devel. You can see the correct parameters for Mailchimp.

valgalin commented 7 years ago

It looks like sample_settings.json in devel branch has been cleaned up. Please see this doc instead:

http://docs.vulcanjs.org/newsletter.html#Settings

Michael-Reich commented 7 years ago

Thank you will test it today!

Michael-Reich commented 7 years ago

Worked