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
This is a common CORS error. It occurs when you try to execute your script in a different server (in your case localhost) through a different HTTP protocol (mailchip.com uses HTTPS for security). For example, I can execute the requests using this API inside a mobile device, but I can't execute it in a web browser like Chrome.
Hi,
Thanks for the wrapper.
I'm getting 401 error when I try to add members.
Could you help me please?
I'm using this package with Vue.js.
Thank you!
The text was updated successfully, but these errors were encountered: