Forums

Mailchimp not working when Debug is True

My webapp connection to mailchimp doesn't work when Debug is set to False. It works for any Debug state during development, and also when Debug is True in production. But doesn't work when Debug is set to False in production.

  • To define not working: No error pops up upon submission of email for the list, just that the email is not added to my existing list in Mailchimp.

Checked the error logs and all I see is "announcing my loyalty to the emperor". I need help here

That sounds like you have some sort of setting that is causing your mail to not go out when debug is False in production. Put in some logging so you can see what is going on around the code that is supposed to send the email.