In the following code, the first console.log message prints pretty much instantly. Then everything just hangs (I\'m initially assumed it was waiting for the body of the respons
What worked for me is moving the fetch calls inside the constructor of a react component. Otherwise they never resolve. Hope this helps