Network panel in Developer console does not decode zstd-encoded responses. For example, I debug Instagram website. There are a lot of request to graphql. Responses are content-type: text/javascript; charset=utf-8 with content-encoding: zstd.
And now I can’t view response body because it is not decoded.
Same.
Temporary solution: disable support of zstd-encoding(remove zstd):
about:config -> network.http.accept-encoding.secure = gzip, deflate, br.
Also you can downgrade from 126 version.
I’ve updated Firefox to 127.0.2 (64-bit) and bug changed.
Now I can’t see anything about response, even its size and headers. But if remove zstd from network.http.accept-encoding.secure, everything became visible.
Are you doing something specific to get to this point?
Also, it’s not obvious from the screenshot, but some POST request do seem to have the information, the one that are missing information don’t seem to be finished yet (e.g. they don’t have the 200 status for example)?
Are you having connectivity issues, or maybe Instagram server was not functioning well?
Are you always seeing those missing information/unfinished requests or is it random? Do those requests have things in comon?