Cors error on external API callback

Hi All,

Please forgive me if I am posting a topic that has been solved already.
my netlify site is https://demo-jack-mvp.netlify.app/

I am receiving a CORS error while executing an external callback from my netlfiy site. The call is to an unsupported identity provider Xero. Needless to say i have had the functionality working without issues locally for sometime.

I have attached a screenshot of the cors error.:sweat_smile:

Any help would be gatefully appreciated. :pray:t5:

This is not a Netlify issue. You need to configure CORS on the API such that it allows the site deployed to Netlify to access it.

Thanks for your quick reply, I will get on it.

More info for future reference: [Support Guide] Handling CORS on Netlify