when i am trying to access some a fetch request from external API in my react component, i get
the error as this fetch request can not completed due to CORS
how to resolve this issue effectively ,
anyone can help me?
when i am trying to access some a fetch request from external API in my react component, i get
the error as this fetch request can not completed due to CORS
how to resolve this issue effectively ,
anyone can help me?
You can usually use a proxy to get by cors issues.
thanks for replaying. let me try this.