ttay24
RReactiflux
•Created by Meraj on 3/23/2023 in #react-forum
Cannot fetch data for a component from an API
Can you hit your api successfully using postman or another application like that? Is this meant to be a POST without any data?
I feel like you’re also probably consuming the promise in the first “then”. If you’re expecting a JSON response, then you need to return response.json()
5 replies