I have an angular application with a .NET Core server. From the devtools on the network screen I am trying to see the response that has a request. This request works fine, it returns data (well formed), and the application works based on that data, but in the Preview screen no data appears (nor in Response).
It happens randomly with some requests, while others do return data.
Why does this happen and how do I fix it? I'm using the latest version of Microsoft Edge, but it also happens in other browsers such as Chrome. Thanks in advance