Reactjs – Fetch data from API with token result in [TypeError: Network request failed]
I just can't get it to work. I need to fetch a list of objects from an API. The method has to be GET and i have the token for Authorization header. this is the fetch function right now. I…