Not seeing app.post() network request reflected in Chrome Network tab

I have a simple axios.post() request to 'api/people' When I submit the form I should be getting a Network response in the dev tools that when I click on it, under Headers, says Request URL: https://localhost:8080/api/people Request Method: POST However, I'm not seeing the POST request there?
1 Reply
Joao
Joao13mo ago
Make sure under the network tab that you are using the right filter. Sometimes I click on "images" or something else for another test and forget to switch it back to all. Also, you need to have network tab already open for connections to be captured. If you clicked and then open the network tab you won't see it.