I am facing CORS policy No "Access-control-allow-origin" Error while fetching data from third party API in SPFx, and to resolve this I was using herokuapp(https://howling-crypt-nnnnn.herokuapp.com) to call third-party API but somehow this herokuapp is down as per attached screenshot
is there any way to resolve this herokuapp issue? enter image description here
I have tried to access using postman but unable to get access
If you get a CROSS Origin error on an API then: You need to add CORS headers on the API at the server side,