python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to get rid of CORS error with mailchimp API?
How to deal with CORS error with mailchimp API?
This is my code using mailchimp package:
import mailchimp from '@mailchimp/mailchimp_marketing'
mailchimp.setConfig({
apiKey: process.env.NEXT_P...

Almo
Votes: 0
Answers: 2
Laravel 8/Mailchimp: cURL error 60: SSL certificate problem: unable to get local issuer certificate
Problem
Following Laracasts tutorial for Laravel 8 (and to be specific: Chapter 58 - Mailchimp API Tinkering, Section 11 - Newsletters and APIs), I ran into an issue which seemed to be pretty common.
...

Bill M.
Votes: 0
Answers: 1
Alter MailChimp code to display email field and submit button on same line
This code currently displays the email field and the submit button on two lines. How can I have it display on one line with enough space for an email address with no box around submit.
<!-- Beg...
MMH
Votes: 0
Answers: 1
Unable to get local issuer certificate mailchimp
I am getting this error GuzzleHttp\Exception\RequestException
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) fo...
Alexandru
Votes: 0
Answers: 1