Sometimes, if the program is not loading a page correctly or the website goes blank or freezes, we may need to conduct more in-depth troubleshooting to determine the problem. In these cases, we will ask for one or both of these files so that we can investigate further.
Click on each item below to expand the instructions on generating these files.
The HAR file, or HTTP Archive file, is a JSON-formatted log of a browser's interactions with a website. HAR files can be used to troubleshoot web page issues.
- Open the webpage where the issue is occurring.
- Click the menu button.
- Select More Tools.
- Select Developer Tools.
- Or press Ctrl + Shift + I to open the Developer Tools frame.
- Or press Ctrl + Shift + I to open the Developer Tools frame.
- Click the Network tab. You must keep the menu on the right while reproducing the issue.
- Ensure the record button is red.
- If it is grey, click the button once to start recording.
- Ensure the Preserve log box is checked.
- Click the grey crossed-circle button to clear any existing logs from the network tab.
- Reproduce the issue while the network requests are recorded.
- Click the download button, Export HAR, to download and save the file to your computer: Save as HAR with Content.
- Upload the HAR file to your support ticket.
A browser console is a built-in developer tool within a web browser that allows you to view information about a webpage, including error messages, warnings, network requests, and JavaScript logs, essentially acting as a command line interface to debug and inspect the website's functionality; developers primarily use it to troubleshoot issues on a webpage by examining the code and interactions happening behind the scenes.
- Open the webpage where the issue is occurring.
- Click the menu button.
- Select More Tools.
- Select Developer Tools.
- Or press Ctrl + Shift + I to open the Developer Tools frame.
- Or press Ctrl + Shift + I to open the Developer Tools frame.
- Click the Console tab. You must keep the menu open while you reproduce the issue.
- Click the gray crossed-circle button to clear any existing logs from the Console tab.
- Reproduce the issue while the console logs all events.
- Right-click the event log.
- Click Save As and save the file to your computer.
- Upload the LOG file to your ticket.
Comments
Article is closed for comments.