Console output. HAR file.
Unexpected issues may occur. To resolve them as quickly as possible, the developer’s console output and HAR file can be highly valuable.
Please refer to the instructions below on how to obtain the necessary supporting data.
Console output
Open Chrome Developer Tools (F12 or Ctrl + Shift + I / Cmd + Option + I on Mac).
Click on the Console tab.
Right-click inside the Console.
Select Save as… and save the logs as a
.log
or.txt
file.
|
---|
HAR file
Open Chrome Developer Tools (
F12
orCtrl + Shift + I
).Click on the Network tab.
Ensure Preserve log is checked (optional).
Click the Record button (red circle) if it is not already recording (optional).
Reproduce the issue (reload the page or perform the required actions).
Click on the downward arrow (⬇️) icon in the Network tab toolbar. This should prompt you to save a
.har
fileSave the
.har
file and share it for debugging.
|
---|