Closed
Bug 1957202
Opened 7 months ago
Closed 7 months ago
Developer Tools: Console and Network HTML responses are poorly rendered (such as Symfony errors when returning an AJAX request)
Categories
(DevTools :: Netmonitor, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1957333
People
(Reporter: keith, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15
Steps to reproduce:
I was monitoring an AJAX call on the console and expecting to receive a JSON string. Instead the app threw a 500 error and the Symfony crash page. None of the styles were rendered, the SVG images are giant. This also applies to the NETWORK interface.
Actual results:
I received the error page back and it was unreadable. I copied the raw HTML into a BBEdit document so I could preview it live.
Expected results:
I should see the entire thing rendered like it was in v133 or something. It seems to have been broken for a while.
| Reporter | ||
Comment 1•7 months ago
|
||
Updated•7 months ago
|
Component: Untriaged → Netmonitor
Product: Firefox → DevTools
Updated•7 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•