quartzmo / email-landing-page

Bootstrap-based, Heroku-ready, easily customizable marketing landing page that integrates with MailChimp. Simple Sinatra server app.
http://landingpages.herokuapp.com
153 stars 77 forks source link

Not working on heroku #4

Closed mityalebedev closed 11 years ago

mityalebedev commented 11 years ago

All works perfect on local server, but when run it on heroku i have: 'Sorry, MailChimp couldn't validate your email. Try again?' error for any email address.

quartzmo commented 11 years ago

The error is occurring in the signup action. Try looking at your heroku logging for an error: heroku logs -t. You can post the error here if you want me to look at it, though be careful not to include your mailchimp API key.

mityalebedev commented 11 years ago

Fixed. The problem was that i used ruby 2.0.0 on heroku, with 1.9.3 works like a charm.