How to solve the CORS error inside React for the Mailjet API connection?
I’m building a simple landing Page (LP) using React. The LP has a form with 2 fields that when submitted, it sends the data and creates a contact on Mailjet. The end goal is to add the contact to a list. I’m having a CORS error, which I somewhat understood (you can’t make a request from the frontend to a server).
How to solve the CORS error inside React for the Mailjet API connection (first project)
Hellooo,