devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Network Tab is not showing any requests

Open Lennart-Franck opened this issue 3 years ago • 4 comments

Specs

Flutter Version: 2.10.3 Flutter Channel: stable DevTools Version: 2.9.2+1

Problem

I wanted to look up the requests made by my application in the Network tab of the DevTools. The requests in my application are with Firebase and also with the dart http packet. I can understand that the DevTools may can not show the Firebase request but the usual http requests are also not being shown.

The network tab is only showing the loading indicator shown in the picture below. image

Lennart-Franck avatar Mar 04 '22 13:03 Lennart-Franck

CC @bkonyi

Thanks for the issue. Can you please provide a small repro case so that we can reproduce this issue?

kenzieschmoll avatar Mar 04 '22 16:03 kenzieschmoll

This issue is also happening to me when I'm doing hot restart

rmRizki avatar Mar 11 '22 07:03 rmRizki

any update? i was faced this issue when i'm doing hot restart

tienlam79 avatar Apr 11 '22 12:04 tienlam79

Is the Network tab able to show requests for assets? My situation is when I load an asset on one screen and load the same asset on a different screen, I see different videos. I've confirmed the IDs are the same yet get different results. Strange.

https://s8.gifyu.com/images/demoaaf8d31d666c1993.gif

PrimeTimeTran avatar Jul 11 '22 07:07 PrimeTimeTran