I am getting CORS issue on the APIs and not able to call them. But, when I try to call them through an intermediate node server, that I have setup, its working fine.
Is there a way to call the APIs directly from the React(v17) application ? Or is there a way to bypass the CORS issue ?