skip to Main Content

Reactjs – CORS policy issue in React and fetch

Im trying to fetch data from external api using fetch in react typescript component and having the error: Access to fetch at 'https://api.airtable.com/{my_data_base}' from origin 'http://localhost:3000' has been blocked by CORS policy: Request header field authentication is not allowed by…

VIEW QUESTION
Back To Top
Search