You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 when url is not defined.
Another thing - add .catch() block to give more user friendly error message, because API response shouldn't look like this (look at screenshot).
It's impossible to subscribe blog updates.
I suspect
process.env.MAILCHIMP_URL
is undefined, because according to api error, axios tries to hit127.0.0.1:80
- this is default axios behavior when url is not defined.Another thing - add
.catch()
block to give more user friendly error message, because API response shouldn't look like this (look at screenshot).The text was updated successfully, but these errors were encountered: