CORS error
How do i resolve cors errors? Trying to post data into google sheets from my react app. I tested the api with postman and it works. I successfully post data with axios.post. But i always get a cors error when i try to post with the native fetch/Post method. Currently doing it in NextJS 13 App router APP. any help would be much appreciated.
2 Replies