How to send a post request to mailchimp on express through react
问题 I am trying to send a new membership from a form in react to my express server to add to the mailchimp memberlist I am getting a cors error and I don't know if I am missing any proxys. I want a user to be able to sign up in react and then it sends it to the mailchimp database I have been able to get the members list but I am not allowed to post to it : This is my express backend : const express = require('express'); const Mailchimp = require('mailchimp-api-v3'); require('dotenv').config();