Fix blog updates subscription form
I created issue: https://github.com/novuhq/website/issues/96
I think api handler missing env
MAILCHIMP_URL
variable
@nevodavid @emilpearce @Pawan JainGitHub
Bug report: fix blog updates subscription form · Issue #96 · novuhq...
It's impossible to subscribe blog updates. I suspect process.env.MAILCHIMP_URL is undefined, because according to api error, axios tries to hit 127.0.0.1:80 - this is default axios behavior whe...
1 Reply
Thanks @madd.man