On some occasions, dataloader.io support team might request a HAR file for troubleshooting purposes. A HAR file will contain information about the network requests that are generated in your browser when the error occurs. This might be helpful to find the root cause of the error.
You will find below instructions on how to generate the HAR file on different browsers.
Chrome
- In Chrome, navigate to the last page before the error occurs.
- From menu button (three vertical dots) click on More Tools > Developer Tools.
- Click on the Network tab.
- Find a round Record button in the upper left corner of the tab and validate it is red. In case it is grey, click on it once to start recording.
- Ensure the box "Preserve log" is checked.
- Clear existing logs by clicking on the Clear button (a grey prohibited sign).
- Now you should reproduce the error. The network requests and responses will be recorded, including the error.
- Once you have reproduced the issue, right-click anywhere on the grid of network requests, select Save as HAR with Content, and save the file to your computer.
- Attach the generated HAR file to the ticket (or attach it to the email).
Firefox
- In Firefox, navigate to the last page before the error occurs.
- From menu button (three horizontal parallel lines) at the top-right of your browser window, select Web Developer > Network.
- The Developer Network Tools panel will be opened (at the side or bottom).
- Click the Network tab.
- The recording starts automatically.
- Now you should reproduce the error. The network requests and responses will be recorded, including the error.
- Validate that actions have been recorded in the Developer Network Panel and then right-click anywhere under the File column > Save all as Har.
- Save the HAR file to your computer.
- Attach the generated HAR file to the ticket (or attach it to the email).
In case you have a different browser, similar steps should be available on it or the browsers support site. Anyway, in case of doubts on how to generate the HAR file on a different browser, please, ask to the Support Engineer working on your case to get specific instructions for you.
on Chrome before step 6 you have to hit control E then control R or the column doesn't show